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 | 猝ーニ | 11100000110010101011000011000110 | e0cab0c6 |
EUC-JP | 猝ーニ | 111000001100110010001110101100001000111011000110 | e0cc8eb08ec6 |
UTF-8 | 猝ーニ | 111001111000110010011101111011111011110110110000111011111011111010000110 | e78c9defbdb0efbe86 |
UHC | 猝?? | 11110000111100010011111100111111 | f0f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)