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 | 已??嵌?爾 | 100110111101111100111111001111111001101111000110001111111000111010100010 | 9bdf3f3f9bc63f8ea2 |
EUC-JP | 已??嵌?爾 | 110101101110000100111111001111111101011011001000001111111011110010100100 | d6e13f3fd6c83fbca4 |
UTF-8 | 已고렗嵌개爾 | 111001011011011110110010111010101011001110100000111010111010000010010111111001011011010110001100111010101011000010011100111001111000100010111110 | e5b7b2eab3a0eba097e5b58ceab09ce788be |
UHC | 已고렗嵌개爾 | 111011001010101110110000111011011000111010101100110010101110111010110000101100111110110010110011 | ecabb0ed8eaccaeeb0b3ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)