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 | 猝ヘン | 11100000110010101100110111011101 | e0cacddd |
EUC-JP | 猝ヘン | 111000001100110010001110110011011000111011011101 | e0cc8ecd8edd |
UTF-8 | 猝ヘン | 111001111000110010011101111011111011111010001101111011111011111010011101 | e78c9defbe8defbe9d |
UHC | 猝?? | 11110000111100010011111100111111 | f0f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)