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 | LLá | 1001101001001100010011001110000110000001 | 9a4c4ce181 |
SJIS-WIN | ?LL?? | 0011111101001100010011000011111100111111 | 3f4c4c3f3f |
EUC-JP | ?LLá? | 00111111010011000100110010001111101010111010000100111111 | 3f4c4c8faba13f |
UTF-8 | LLá | 1100001010011010010011000100110011000011101000011100001010000001 | c29a4c4cc3a1c281 |
UHC | ?LL?? | 0011111101001100010011000011111100111111 | 3f4c4c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)