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 | 蔬¥戎 | 111001001111010010000001100011111000111101011110 | e4f4818f8f5e |
EUC-JP | 蔬¥戎 | 111010001111011010100001111011111011110110111111 | e8f6a1efbdbf |
UTF-8 | 蔬¥戎 | 111010001001010010101100111011111011111110100101111001101000100010001110 | e894acefbfa5e6888e |
UHC | 蔬¥戎 | 111000011100101010100001110011011110101111010100 | e1caa1cdebd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)