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 | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 琵?Lh琵?L | 100101001111101000111111010011000110100010010100111110100011111101001100 | 94fa3f4c6894fa3f4c |
EUC-JP | 琵?Lh琵?L | 110010001111110000111111010011000110100011001000111111000011111101001100 | c8fc3f4c68c8fc3f4c |
UTF-8 | 琵빠Lh琵빠L | 111001111001000010110101111010111011100110100000010011000110100011100111100100001011010111101011101110011010000001001100 | e790b5ebb9a04c68e790b5ebb9a04c |
UHC | 琵빠Lh琵빠L | 1101110111110101101110101111110001001100011010001101110111110101101110101111110001001100 | ddf5bafc4c68ddf5bafc4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)