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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 揖h?\ | 100101110100101110000010100010000011111101011100 | 974b82883f5c |
EUC-JP | 揖h?\ | 110011011010110010100011111010000011111101011100 | cdaca3e83f5c |
UTF-8 | 揖h뮁\ | 11100110100011111001011011101111101111011000100011101011101011101000000101011100 | e68f96efbd88ebae815c |
UHC | 揖h뮁\ | 11101011111001111010001111101000100100101001000001011100 | ebe7a3e892905c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)