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 | 韆第コ | 1110100011100110100100011110011010111010 | e8e691e6ba |
EUC-JP | 韆第コ | 111100001110100011000010111010001000111010111010 | f0e8c2e88eba |
UTF-8 | 韆第コ | 111010011001111110000110111001111010110010101100111011111011110110111010 | e99f86e7acacefbdba |
UHC | 韆第? | 1111010011000111111100001010111100111111 | f4c7f0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)