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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蒸?爰?庄 | 1000111111110110001111111110000010100111001111111000111110101111 | 8ff63fe0a73f8faf |
EUC-JP | 蒸?爰?庄 | 1011111011111000001111111110000010101001001111111011111010110001 | bef83fe0a93fbeb1 |
UTF-8 | 蒸렣爰렧庄 | 111010001001001010111000111010111010000010100011111001111000100010110000111010111010000010100111111001011011101010000100 | e892b8eba0a3e788b0eba0a7e5ba84 |
UHC | 蒸렣爰렧庄 | 11110001111110101000111010110100111010101011101010001110101101101110110111100100 | f1fa8eb4eaba8eb6ede4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)