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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蒻?蒻?B | 11100100111010000011111111100100111010000011111101000010 | e4e83fe4e83f42 |
EUC-JP | 蒻?蒻?B | 11101000111010100011111111101000111010100011111101000010 | e8ea3fe8ea3f42 |
UTF-8 | 蒻퐕蒻퐕B | 11101000100100101011101111101101100100001001010111101000100100101011101111101101100100001001010101000010 | e892bbed9095e892bbed909542 |
UHC | 蒻퐕蒻퐕B | 111001011011011010111101011110011110010110110110101111010111100101000010 | e5b6bd79e5b6bd7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)