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 | 舌??舌 | 100100001110001100111111001111111001000011100011 | 90e33f3f90e3 |
EUC-JP | 舌渲饍舌 | 11000000111001011000111111000111111011001000111111101000111011011100000011100101 | c0e58fc7ec8fe8edc0e5 |
UTF-8 | 舌渲饍舌 | 111010001000100010001100111001101011100010110010111010011010010110001101111010001000100010001100 | e8888ce6b8b2e9a58de8888c |
UHC | 舌渲饍舌 | 1110000011011111111000001100001011100000110101111110000011011111 | e0dfe0c2e0d7e0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)