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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???佃?礪 | 0011111100111111001111111001001011001111001111111110000111101000 | 3f3f3f92cf3fe1e8 |
EUC-JP | ???佃?礪 | 0011111100111111001111111100010011010001001111111110001011101010 | 3f3f3fc4d13fe2ea |
UTF-8 | 롈렪뤸佃쪔礪 | 111010111010000110001000111010111010000010101010111010111010010010111000111001001011110110000011111011001010101010010100111001111010010010101010 | eba188eba0aaeba4b8e4bd83ecaa94e7a4aa |
UHC | 롈렪뤸佃쪔礪 | 100011101100111010001110101110001000111111100110111011101110110010100101100011101101010111101100 | 8ece8eb88fe6eeeca58ed5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)