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 | 甑?? | 10001101100110010011111100111111 | 8d993f3f |
EUC-JP | 甑?? | 10111001111110010011111100111111 | b9f93f3f |
UTF-8 | 甑흗깥 | 111001111001010010010001111011011001110110010111111010101011100110100101 | e79491ed9d97eab9a5 |
UHC | 甑흗깥 | 111100011111011111001000111010011011000111111001 | f1f7c8e9b1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)