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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 堯?堯 | 1110101010011111001111111110101010011111 | ea9f3fea9f |
EUC-JP | 堯?堯 | 1111010010100001001111111111010010100001 | f4a13ff4a1 |
UTF-8 | 堯봦堯 | 111001011010000010101111111010111011010010100110111001011010000010101111 | e5a0afebb4a6e5a0af |
UHC | 堯봦堯 | 111010001110101110010100011010001110100011101011 | e8eb9468e8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)