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 | 犖狠 | 111000001011011011100000110000011111000011100110 | e0b6e0c1f0e6 |
EUC-JP | 犖狠? | 1110000010111000111000001100001100111111 | e0b8e0c33f |
UTF-8 | 犖狠 | 111001111000101010010110111001111000101110100000111011101000001010100101 | e78a96e78ba0ee82a5 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)