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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 腆g■^ | 11100100010000011000001010000111100000011010000101011110 | e441828781a15e |
EUC-JP | 腆g■^ | 11100111101000101010001111100111101000101010001101011110 | e7a2a3e7a2a35e |
UTF-8 | 腆g■^ | 11101000100001011000011011101111101111011000011111100010100101101010000001011110 | e88586efbd87e296a05e |
UHC | ?g■^ | 001111111010001111100111101000011110000101011110 | 3fa3e7a1e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)