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 | 縣六丶 | 111000110111000010011000010110101001100010100100 | e370985a98a4 |
EUC-JP | 縣六丶 | 111001011101000111001111101110111101000010100110 | e5d1cfbbd0a6 |
UTF-8 | 縣六丶 | 111001111011100010100011111001011000010110101101111001001011100010110110 | e7b8a3e585ade4b8b6 |
UHC | 縣六? | 1111101011100011110101111011111100111111 | fae3d7bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)