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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 驛??h驛?? | 111010011000001100111111001111110110100011101001100000110011111100111111 | e9833f3f68e9833f3f |
EUC-JP | 驛??h驛?? | 111100011110001100111111001111110110100011110001111000110011111100111111 | f1e33f3f68f1e33f3f |
UTF-8 | 驛들눈h驛들눈 | 11101001101010011001101111101011100100111010010011101011100010001000100001101000111010011010100110011011111010111001001110100100111010111000100010001000 | e9a99beb93a4eb888868e9a99beb93a4eb8888 |
UHC | 驛들눈h驛들눈 | 11100110101111101011010111101001101101001010101101101000111001101011111010110101111010011011010010101011 | e6beb5e9b4ab68e6beb5e9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)