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 | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 輅Lh輅L | 11100111011010010100110001101000111001110110100101001100 | e7694c68e7694c |
EUC-JP | 輅Lh輅L | 11101101110010100100110001101000111011011100101001001100 | edca4c68edca4c |
UTF-8 | 輅Lh輅L | 111010001011110010000101010011000110100011101000101111001000010101001100 | e8bc854c68e8bc854c |
UHC | 輅Lh輅L | 11010110110110010100110001101000110101101101100101001100 | d6d94c68d6d94c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)