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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 梨숄렲렊泥 | 111011111010011110100010111011001000100010000100111010111010000010110010111010111010000010001010111011111010011110100011 | efa7a2ec8884eba0b2eba08aefa7a3 |
UHC | 梨숄렲렊泥 | 11101100101100011011110011110001100011101011111110001110101000011110110010110010 | ecb1bcf18ebf8ea1ecb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)