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 | 茫¥戎 | 111001001010100110000001100011111000111101011110 | e4a9818f8f5e |
EUC-JP | 茫¥戎 | 111010001010101110100001111011111011110110111111 | e8aba1efbdbf |
UTF-8 | 茫¥戎 | 111010001000110010101011111011111011111110100101111001101000100010001110 | e88cabefbfa5e6888e |
UHC | 茫¥戎 | 110110001101010010100001110011011110101111010100 | d8d4a1cdebd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)