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 | 誾懃匸 | 111110111010011110011100111001111001100110111100 | fba79ce799bc |
EUC-JP | 誾懃匸 | 10001111110111101010010011011000111010011101001010111110 | 8fdea4d8e9d2be |
UTF-8 | 誾懃匸 | 111010001010101010111110111001101000011110000011111001011000110010111000 | e8aabee68783e58cb8 |
UHC | 誾懃? | 1110101111011101110100001100010000111111 | ebddd0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)