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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
EUC-JP | ???嫄?B | 0011111100111111001111111000111110111010101000010011111101000010 | 3f3f3f8fbaa13f42 |
UTF-8 | 緣끹렗嫄펢B | 11100111101101111010001111101011100000011011100111101011101000001001011111100101101010111000010011101101100011101010001001000010 | e7b7a3eb81b9eba097e5ab84ed8ea242 |
UHC | 緣끹렗嫄펢B | 1110011011011110100001011110001110001110101011001110101010110001101111000111001001000010 | e6de85e38eaceab1bc7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)