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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | 遶コ霆クSB | 1110011110101011101110101110100010111011101110000101001101000010 | e7abbae8bbb85342 |
EUC-JP | 遶コ霆クSB | 11101110101011011000111010111010111100001011110110001110101110000101001101000010 | eead8ebaf0bd8eb85342 |
UTF-8 | 遶コ霆クSB | 1110100110000001101101101110111110111101101110101110100110011100100001101110111110111101101110000101001101000010 | e981b6efbdbae99c86efbdb85342 |
UHC | ??霆?SB | 00111111001111111110111111111101001111110101001101000010 | 3f3feffd3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)