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 | 11110000101110110100110001101000111100001011101101001100 | f0bb4c68f0bb4c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | ð?Lhð?L | 1000111110101001110000110011111101001100011010001000111110101001110000110011111101001100 | 8fa9c33f4c688fa9c33f4c |
UTF-8 | ð»Lhð»L | 1100001110110000110000101011101101001100011010001100001110110000110000101011101101001100 | c3b0c2bb4c68c3b0c2bb4c |
UHC | ð?Lhð?L | 101010011010001100111111010011000110100010101001101000110011111101001100 | a9a33f4c68a9a33f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)