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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 竟鱆\ | 1110100011101101111010011110000101011100 | e8ede9e15c |
EUC-JP | 竟鱆\ | 1111000011101111111100101110001101011100 | f0eff2e35c |
UTF-8 | 竟鱆\ | 11100111101010111001111111101001101100011000011001011100 | e7ab9fe9b1865c |
UHC | 竟?\ | 11001100111001010011111101011100 | cce53f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)