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 | 遶コ謐ィ鬩 | 1110011110101011101110101110011010001101101010001110100110101001 | e7abbae68da8e9a9 |
EUC-JP | 遶コ謐ィ鬩 | 11101110101011011000111010111010111010111110110110001110101010001111001010101011 | eead8ebaebed8ea8f2ab |
UTF-8 | 遶コ謐ィ鬩 | 111010011000000110110110111011111011110110111010111010001010110010010000111011111011110110101000111010011010110010101001 | e981b6efbdbae8ac90efbda8e9aca9 |
UHC | ??謐?? | 001111110011111111011010110011010011111100111111 | 3f3fdacd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)