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 | 襞育強 | 111001011111110010001000111001111000101110101101 | e5fc88e78bad |
EUC-JP | 襞育強 | 111010101111111010110000111010011011011010101111 | eafeb0e9b6af |
UTF-8 | 襞育強 | 111010001010010110011110111010001000001010110010111001011011110010110111 | e8a59ee882b2e5bcb7 |
UHC | ?育? | 00111111111010111100000000111111 | 3febc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)