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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 堰??堰??^ | 100010011000000100111111001111111000100110000001001111110011111101011110 | 89813f3f89813f3f5e |
EUC-JP | 堰??堰??^ | 101100011110000100111111001111111011000111100001001111110011111101011110 | b1e13f3fb1e13f3f5e |
UTF-8 | 堰듬뵓堰듬벝^ | 11100101101000001011000011101011100100111010110011101011101101011001001111100101101000001011000011101011100100111010110011101011101100101001110101011110 | e5a0b0eb93acebb593e5a0b0eb93acebb29d5e |
UHC | 堰듬뵓堰듬벝^ | 11100101111010001011010111101011100101001001010111100101111010001011010111101011100100111011100001011110 | e5e8b5eb9495e5e8b5eb93b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)