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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 驍絵B | 1110100110000010100010100100011101000010 | e9828a4742 |
EUC-JP | 驍絵B | 1111000111100010101100111010100001000010 | f1e2b3a842 |
UTF-8 | 驍絵B | 11101001101010011000110111100111101101011011010101000010 | e9a98de7b5b542 |
UHC | 驍?B | 11111101101001000011111101000010 | fda43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)