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 | 暸瑩壥 | 100111100100000111100000111100001001101011011101 | 9e41e0f09add |
EUC-JP | 暸瑩壥 | 110110111010001011100000111100101101010011011111 | dba2e0f2d4df |
UTF-8 | 暸瑩壥 | 111001101001101010111000111001111001000110101001111001011010001110100101 | e69ab8e791a9e5a3a5 |
UHC | ?瑩? | 00111111111110111010100100111111 | 3ffba93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)