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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
EUC-JP | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
UTF-8 | 혣척혯I | 11101101100110001010001111101100101100101001100111101101100110001010111101001001 | ed98a3ecb299ed98af49 |
UHC | 혣척혯I | 11000010100011001100001110110100110000101001011001001001 | c28cc3b4c29649 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)