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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遶」邏コ蒹 | 1110011110101011101000111110011110110100101110101110010011100011 | e7aba3e7b4bae4e3 |
EUC-JP | 遶」邏コ蒹 | 11101110101011011000111010100011111011101011011010001110101110101110100011100101 | eead8ea3eeb68ebae8e5 |
UTF-8 | 遶」邏コ蒹 | 111010011000000110110110111011111011110110100011111010011000001010001111111011111011110110111010111010001001001010111001 | e981b6efbda3e9828fefbdbae892b9 |
UHC | ??邏?? | 001111110011111111010101101001000011111100111111 | 3f3fd5a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)