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 | 池?紆貊 | 10010010011100100011111111100010111111001110011010111011 | 92723fe2fce6bb |
EUC-JP | 池?紆貊 | 11000011110100110011111111100100111111101110110010111101 | c3d33fe4feecbd |
UTF-8 | 池렍紆貊 | 111001101011000110100000111010111010000010001101111001111011010010000110111010001011001010001010 | e6b1a0eba08de7b486e8b28a |
UHC | 池렍紆貊 | 1111001010101110100011101010001111101001111000011101100011100111 | f2ae8ea3e9e1d8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)