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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 弔?紆?垣?h | 10010010101000100011111111100010111111000011111110001010010111110011111101101000 | 92a23fe2fc3f8a5f3f68 |
EUC-JP | 弔?紆?垣?h | 11000100101001000011111111100100111111100011111110110011110000000011111101101000 | c4a43fe4fe3fb3c03f68 |
UTF-8 | 弔렲紆렣垣렖h | 11100101101111001001010011101011101000001011001011100111101101001000011011101011101000001010001111100101100111101010001111101011101000001001011001101000 | e5bc94eba0b2e7b486eba0a3e59ea3eba09668 |
UHC | 弔렲紆렣垣렖h | 11110000110000001000111010111111111010011110000110001110101101001110101010101111100011101010101101101000 | f0c08ebfe9e18eb4eaaf8eab68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)