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 | Ǩ^ | 10001111110001111010100001011110 | 8fc7a85e |
SJIS-WIN | ??¨^ | 0011111100111111100000010100111001011110 | 3f3f814e5e |
EUC-JP | ?Ǩ^ | 00111111100011111010101010101110101000011010111101011110 | 3f8faaaea1af5e |
UTF-8 | Ǩ^ | 11000010100011111100001110000111110000101010100001011110 | c28fc387c2a85e |
UHC | ??¨^ | 0011111100111111101000011010011101011110 | 3f3fa1a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)