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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 禪箏爍\ | 11100010010101111110001010110101111000001010000101011100 | e257e2b5e0a15c |
EUC-JP | 禪箏爍\ | 11100011101110001110010010110111111000001010001101011100 | e3b8e4b7e0a35c |
UTF-8 | 禪箏爍\ | 11100111101001101010101011100111101011101000111111100111100010001000110101011100 | e7a6aae7ae8fe7888d5c |
UHC | 禪箏?\ | 111000001100100111101110101101000011111101011100 | e0c9eeb43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)