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 | 辱h? | 1001000001001010100000101000100000111111 | 904a82883f |
EUC-JP | 辱h? | 1011111110101011101000111110100000111111 | bfaba3e83f |
UTF-8 | 辱h벙 | 111010001011111010110001111011111011110110001000111010111011001010011001 | e8beb1efbd88ebb299 |
UHC | 辱h벙 | 111010011011010010100011111010001011101010100001 | e9b4a3e8baa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)