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 | LàB | 100100010100110010001110111000001001000101000010 | 914c8ee09142 |
SJIS-WIN | ?L???B | 001111110100110000111111001111110011111101000010 | 3f4c3f3f3f42 |
EUC-JP | ?L?à?B | 0011111101001100001111111000111110101011101000100011111101000010 | 3f4c3f8faba23f42 |
UTF-8 | LàB | 11000010100100010100110011000010100011101100001110100000110000101001000101000010 | c2914cc28ec3a0c29142 |
UHC | ?L???B | 001111110100110000111111001111110011111101000010 | 3f4c3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)