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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 址?] | 10011010101011000011111101011101 | 9aac3f5d |
EUC-JP | 址?] | 11010100101011100011111101011101 | d4ae3f5d |
UTF-8 | 址렏] | 11100101100111011000000011101011101000001000111101011101 | e59d80eba08f5d |
UHC | 址렏] | 1111001010100011100011101010010101011101 | f2a38ea55d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)