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 | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
SJIS-WIN | ヤキLhヤキL | 1101010010110111111101101011110101001100011010001101010010110111111101101011110101001100 | d4b7f6bd4c68d4b7f6bd4c |
EUC-JP | ヤキ?Lhヤキ?L | 10001110110101001000111010110111001111110100110001101000100011101101010010001110101101110011111101001100 | 8ed48eb73f4c688ed48eb73f4c |
UTF-8 | ヤキLhヤキL | 111011111011111010010100111011111011110110110111111011101001001110100100010011000110100011101111101111101001010011101111101111011011011111101110100100111010010001001100 | efbe94efbdb7ee93a44c68efbe94efbdb7ee93a44c |
UHC | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)