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 | 11100000100011000100110001101000111000001000110001001100 | e08c4c68e08c4c |
EUC-JP | 煬Lh煬L | 11011111111011000100110001101000110111111110110001001100 | dfec4c68dfec4c |
UTF-8 | 煬Lh煬L | 111001111000010110101100010011000110100011100111100001011010110001001100 | e785ac4c68e785ac4c |
UHC | 煬Lh煬L | 11100101110010010100110001101000111001011100100101001100 | e5c94c68e5c94c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)