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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 該?h該? | 10001010010110010011111101101000100010100101100100111111 | 8a593f688a593f |
EUC-JP | 該?h該? | 10110011101110100011111101101000101100111011101000111111 | b3ba3f68b3ba3f |
UTF-8 | 該렍h該렍 | 11101000101010011011001011101011101000001000110101101000111010001010100110110010111010111010000010001101 | e8a9b2eba08d68e8a9b2eba08d |
UHC | 該렍h該렍 | 111110101011000110001110101000110110100011111010101100011000111010100011 | fab18ea368fab18ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)