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 | ????rB | 001111110011111100111111001111110111001001000010 | 3f3f3f3f7242 |
SJIS-WIN | 巍???rB | 10011011110110010011111100111111001111110111001001000010 | 9bd93f3f3f7242 |
EUC-JP | 巍???rB | 11010110110110110011111100111111001111110111001001000010 | d6db3f3f3f7242 |
UTF-8 | 巍롔렼설rB | 1110010110110111100011011110101110100001100101001110101110100000101111001110110010000100101001000111001001000010 | e5b78deba194eba0bcec84a47242 |
UHC | 巍롔렼설rB | 11101000111001001000111011011000100011101100010010111100101100110111001001000010 | e8e48ed88ec4bcb37242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)