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 | åHL | 111001010100100010000011100011111000111101001100 | e548838f8f4c |
SJIS-WIN | ?H???L | 001111110100100000111111001111110011111101001100 | 3f483f3f3f4c |
EUC-JP | åH???L | 1000111110101011101010010100100000111111001111110011111101001100 | 8faba9483f3f3f4c |
UTF-8 | åHL | 11000011101001010100100011000010100000111100001010001111110000101000111101001100 | c3a548c283c28fc28f4c |
UHC | ?H???L | 001111110100100000111111001111110011111101001100 | 3f483f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)