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 | 鸙ン、韃 | 111111000100101011011101101001001110100011100101 | fc4adda4e8e5 |
EUC-JP | 鸙ン、韃 | 100011111110110011010110100011101101110110001110101001001111000011100111 | 8fecd68edd8ea4f0e7 |
UTF-8 | 鸙ン、韃 | 111010011011100010011001111011111011111010011101111011111011110110100100111010011001111110000011 | e9b899efbe9defbda4e99f83 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)