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 | 邊猶 | 11100111101100101001011101010000 | e7b29750 |
EUC-JP | 邊猶 | 11101110101101001100110110110001 | eeb4cdb1 |
UTF-8 | 邊猶 | 111010011000001010001010111001111000110010110110 | e9828ae78cb6 |
UHC | 邊猶 | 11011100101010111110101110100010 | dcabeba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)