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 | 100101110100101100111111010011000110100010010111010010110011111101001100 | 974b3f4c68974b3f4c |
EUC-JP | 揖?Lh揖?L | 110011011010110000111111010011000110100011001101101011000011111101001100 | cdac3f4c68cdac3f4c |
UTF-8 | 揖쌻Lh揖쌻L | 111001101000111110010110111011001000110010111011010011000110100011100110100011111001011011101100100011001011101101001100 | e68f96ec8cbb4c68e68f96ec8cbb4c |
UHC | 揖쌻Lh揖쌻L | 1110101111100111100110110110100101001100011010001110101111100111100110110110100101001100 | ebe79b694c68ebe79b694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)