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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 鮨冗瑳] | 11101001101111011000111111100111100011011011101001011101 | e9bd8fe78dba5d |
EUC-JP | 鮨冗瑳] | 11110010101111111011111011101001101110101011110001011101 | f2bfbee9babc5d |
UTF-8 | 鮨冗瑳] | 11101001101011101010100011100101100001101001011111100111100100011011001101011101 | e9aea8e58697e791b35d |
UHC | ?冗?] | 0011111111101001101101110011111101011101 | 3fe9b73f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)