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 | 堤峯靨 | 100100101110011110010101111101011110100011010010 | 92e795f5e8d2 |
EUC-JP | 堤峯靨 | 110001001110100111001010111101111111000011010100 | c4e9caf7f0d4 |
UTF-8 | 堤峯靨 | 111001011010000010100100111001011011001110101111111010011001110110101000 | e5a0a4e5b3afe99da8 |
UHC | 堤峯? | 1111000010100111110111001110011100111111 | f0a7dce73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)