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 | 辱ヮ? | 1001000001001010100000111000111000111111 | 904a838e3f |
EUC-JP | 辱ヮ? | 1011111110101011101001011110111000111111 | bfaba5ee3f |
UTF-8 | 辱ヮ겥 | 111010001011111010110001111000111000001110101110111010101011001010100101 | e8beb1e383aeeab2a5 |
UHC | 辱ヮ겥 | 111010011011010010101011111011101000000110110111 | e9b4abee81b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)