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 | 怡?誌攀 | 10011100011111010011111110001110100011111001110110110011 | 9c7d3f8e8f9db3 |
EUC-JP | 怡?誌攀 | 11010111110111100011111110111011111011111101101010110101 | d7de3fbbefdab5 |
UTF-8 | 怡렫誌攀 | 111001101000000010100001111010111010000010101011111010001010101010001100111001101001010010000000 | e680a1eba0abe8aa8ce69480 |
UHC | 怡렫誌攀 | 1110110010101110100011101011100111110010101111001101101011100111 | ecae8eb9f2bcdae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)