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´F | 1001001001001100100100011011010001000110 | 924c91b446 |
SJIS-WIN | ?L?´F | 001111110100110000111111100000010100110001000110 | 3f4c3f814c46 |
EUC-JP | ?L?´F | 001111110100110000111111101000011010110101000110 | 3f4c3fa1ad46 |
UTF-8 | L´F | 1100001010010010010011001100001010010001110000101011010001000110 | c2924cc291c2b446 |
UHC | ?L?´F | 001111110100110000111111101000101010010101000110 | 3f4c3fa2a546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)