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 | 犖狠珀 | 1110000010110110111000001100000111110000111001101110000011011111 | e0b6e0c1f0e6e0df |
EUC-JP | 犖狠?珀 | 11100000101110001110000011000011001111111110000011100001 | e0b8e0c33fe0e1 |
UTF-8 | 犖狠珀 | 111001111000101010010110111001111000101110100000111011101000001010100101111001111000111110000000 | e78a96e78ba0ee82a5e78f80 |
UHC | ???珀 | 0011111100111111001111111101101011010110 | 3f3f3fdad6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)