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 | 關「闊ケ | 111010001001000010100010111010001000100010111001 | e890a2e888b9 |
EUC-JP | 關「闊ケ | 1110111111110000100011101010001011101111111010001000111010111001 | eff08ea2efe88eb9 |
UTF-8 | 關「闊ケ | 111010011001011110011100111011111011110110100010111010011001011110001010111011111011110110111001 | e9979cefbda2e9978aefbdb9 |
UHC | 關?闊? | 110011101011110000111111111111001100010000111111 | cebc3ffcc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)