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 | 宣僥宣 | 100100001110100110011001010001101001000011101001 | 90e9994690e9 |
EUC-JP | 宣僥宣 | 110000001110101111010001101001111100000011101011 | c0ebd1a7c0eb |
UTF-8 | 宣僥宣 | 111001011010111010100011111001011000001110100101111001011010111010100011 | e5aea3e583a5e5aea3 |
UHC | 宣僥宣 | 111000001011111011101000111010011110000010111110 | e0bee8e9e0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)