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 | ??????iQ] | 001111110011111100111111001111110011111100111111011010010101000101011101 | 3f3f3f3f3f3f69515d |
SJIS-WIN | ??????iQ] | 001111110011111100111111001111110011111100111111011010010101000101011101 | 3f3f3f3f3f3f69515d |
EUC-JP | ??????iQ] | 001111110011111100111111001111110011111100111111011010010101000101011101 | 3f3f3f3f3f3f69515d |
UTF-8 | 淋귦삩淋꾩쭥iQ] | 111011111010011110110101111010101011011110100110111011001000001010101001111011111010011110110101111010101011111010101001111011001010110110100101011010010101000101011101 | efa7b5eab7a6ec82a9efa7b5eabea9ecada569515d |
UHC | 淋귦삩淋꾩쭥iQ] | 111011001111100010000010111011011001100010101000111011001111100010000100111011001010011110011001011010010101000101011101 | ecf882ed98a8ecf884eca79969515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)