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 | 100100000111100000111111010011000110100010010000011110000011111101001100 | 90783f4c6890783f4c |
EUC-JP | 靭?Lh靭?L | 101111111101100100111111010011000110100010111111110110010011111101001100 | bfd93f4c68bfd93f4c |
UTF-8 | 靭렗Lh靭렗L | 111010011001110110101101111010111010000010010111010011000110100011101001100111011010110111101011101000001001011101001100 | e99dadeba0974c68e99dadeba0974c |
UHC | 靭렗Lh靭렗L | 1110110011100101100011101010110001001100011010001110110011100101100011101010110001001100 | ece58eac4c68ece58eac4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)