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 | ???杵? | 001111110011111100111111100010110110111000111111 | 3f3f3f8b6e3f |
EUC-JP | ???杵? | 001111110011111100111111101101011100111100111111 | 3f3f3fb5cf3f |
UTF-8 | 렯렳렰杵렔 | 111010111010000010101111111010111010000010110011111010111010000010110000111001101001110110110101111010111010000010010100 | eba0afeba0b3eba0b0e69db5eba094 |
UHC | 렯렳렰杵렔 | 10001110101111001000111011000000100011101011110111101110101111101000111010101001 | 8ebc8ec08ebdeebe8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)