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 | 鮨冗寮蓴 | 1110100110111101100011111110011110010111101111101110010011110001 | e9bd8fe797bee4f1 |
EUC-JP | 鮨冗寮蓴 | 1111001010111111101111101110100111001110110000001110100011110011 | f2bfbee9cec0e8f3 |
UTF-8 | 鮨冗寮蓴 | 111010011010111010101000111001011000011010010111111001011010111110101110111010001001001110110100 | e9aea8e58697e5afaee893b4 |
UHC | ?冗寮蓴 | 00111111111010011011011111010110111101111110001011110001 | 3fe9b7d6f7e2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)