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 | 筍焔Γ | 111000101010000110001001100010111000001110100001 | e2a1898b83a1 |
EUC-JP | 筍焔Γ | 111001001010001110110001111010111010011010100011 | e4a3b1eba6a3 |
UTF-8 | 筍焔Γ | 1110011110101101100011011110011110000100100101001100111010010011 | e7ad8de78494ce93 |
UHC | 筍?Γ | 1110001011101100001111111010010111000011 | e2ec3fa5c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)