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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 轢」驥廝F | 1110011110000000101000111110100110000111100111000100001001000110 | e780a3e9879c4246 |
EUC-JP | 轢」驥廝F | 111011011110000010001110101000111111000111100111110101111010001101000110 | ede08ea3f1e7d7a346 |
UTF-8 | 轢」驥廝F | 11101000101111011010001011101111101111011010001111101001101010011010010111100101101110111001110101000110 | e8bda2efbda3e9a9a5e5bb9d46 |
UHC | 轢?驥?F | 11010101111110010011111111010001110010100011111101000110 | d5f93fd1ca3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)