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驛녹쩃 | 11101001101010011001101111101011100001011011100111101100101010011000001101101000111010011010100110011011111010111000010110111001111011001010100110000011 | e9a99beb85b9eca98368e9a99beb85b9eca983 |
UHC | 驛녹쩃h驛녹쩃 | 11100110101111101011001111101100101001001001110101101000111001101011111010110011111011001010010010011101 | e6beb3eca49d68e6beb3eca49d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)