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 | 舌?? | 10010000111000110011111100111111 | 90e33f3f |
EUC-JP | 舌渲饍 | 1100000011100101100011111100011111101100100011111110100011101101 | c0e58fc7ec8fe8ed |
UTF-8 | 舌渲饍 | 111010001000100010001100111001101011100010110010111010011010010110001101 | e8888ce6b8b2e9a58d |
UHC | 舌渲饍 | 111000001101111111100000110000101110000011010111 | e0dfe0c2e0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)