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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 巍?巍?B | 10011011110110010011111110011011110110010011111101000010 | 9bd93f9bd93f42 |
EUC-JP | 巍?巍?B | 11010110110110110011111111010110110110110011111101000010 | d6db3fd6db3f42 |
UTF-8 | 巍탚巍탚B | 11100101101101111000110111101101100000111001101011100101101101111000110111101101100000111001101001000010 | e5b78ded839ae5b78ded839a42 |
UHC | 巍탚巍탚B | 111010001110010010110101011110101110100011100100101101010111101001000010 | e8e4b57ae8e4b57a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)