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 | 邂晉ク | 1110011110101110100111011110011110111000 | e7ae9de7b8 |
EUC-JP | 邂晉ク | 111011101011000011011010111010011000111010111000 | eeb0dae98eb8 |
UTF-8 | 邂晉ク | 111010011000001010000010111001101001100110001001111011111011110110111000 | e98282e69989efbdb8 |
UHC | 邂晉? | 1111101010110011111100101100101100111111 | fab3f2cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)