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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 覓恰 | 11100110010010111000101010000110 | e64b8a86 |
EUC-JP | 覓恰 | 11101011101011001011001111100110 | ebacb3e6 |
UTF-8 | 覓恰 | 111010001010011010010011111001101000000110110000 | e8a693e681b0 |
UHC | 覓恰 | 11011000111100101111110111100110 | d8f2fde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)