To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螟ョ阮ェ | 111001011010010010101110111010001001011010101010 | e5a4aee896aa |
EUC-JP | 螟ョ阮ェ | 1110101010100110100011101010111011101111111101101000111010101010 | eaa68eaeeff68eaa |
UTF-8 | 螟ョ阮ェ | 111010001001111010011111111011111011110110101110111010011001100010101110111011111011110110101010 | e89e9fefbdaee998aeefbdaa |
UHC | 螟?阮? | 110110011010110100111111111010001101011000111111 | d9ad3fe8d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)