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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 驛??h驛 | 11101001100000110011111100111111011010001110100110000011 | e9833f3f68e983 |
EUC-JP | 驛??h驛 | 11110001111000110011111100111111011010001111000111100011 | f1e33f3f68f1e3 |
UTF-8 | 驛덄즯h驛 | 11101001101010011001101111101011100011011000010011101100101001101010111101101000111010011010100110011011 | e9a99beb8d84eca6af68e9a99b |
UHC | 驛덄즯h驛 | 111001101011111010001000111001111010001110000001011010001110011010111110 | e6be88e7a38168e6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)