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 | 闕壌紫 | 111010001000110110001111111010111000111010000111 | e88d8feb8e87 |
EUC-JP | 闕壌紫 | 111011111110110110111110111011011011101111100111 | efedbeedbbe7 |
UTF-8 | 闕壌紫 | 111010011001011110010101111001011010001110001100111001111011010010101011 | e99795e5a38ce7b4ab |
UHC | 闕?紫 | 1100111111110100001111111110110110111001 | cff43fedb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)