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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襞先仆踰 | 1110010111111100100100001110011010011000101110111110011011111010 | e5fc90e698bbe6fa |
EUC-JP | 襞先仆踰 | 1110101011111110110000001110100011010000101111011110110011111100 | eafec0e8d0bdecfc |
UTF-8 | 襞先仆踰 | 111010001010010110011110111001011000010110001000111001001011101110000110111010001011100010110000 | e8a59ee58588e4bb86e8b8b0 |
UHC | ?先?踰 | 001111111110000010111011001111111110101110110010 | 3fe0bb3febb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)