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 | 湛端捉 | 100100100101100010010010010110111001000110101000 | 9258925b91a8 |
EUC-JP | 湛端捉 | 110000111011100111000011101111001100001010101010 | c3b9c3bcc2aa |
UTF-8 | 湛端捉 | 111001101011100110011011111001111010101110101111111001101000110110001001 | e6b99be7abafe68d89 |
UHC | 湛端捉 | 110100111100000011010011101011101111001110110101 | d3c0d3aef3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)