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 | 韆大彫 | 111010001110011010010001111001011001001010100100 | e8e691e592a4 |
EUC-JP | 韆大彫 | 111100001110100011000010111001111100010010100110 | f0e8c2e7c4a6 |
UTF-8 | 韆大彫 | 111010011001111110000110111001011010010010100111111001011011110110101011 | e99f86e5a4a7e5bdab |
UHC | 韆大彫 | 111101001100011111010011110111101111000011000001 | f4c7d3def0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)