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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 躍?^ | 10010110111101000011111101011110 | 96f43f5e |
EUC-JP | 躍?^ | 11001100111101100011111101011110 | ccf63f5e |
UTF-8 | 躍섵^ | 11101000101110101000110111101100100001001011010101011110 | e8ba8dec84b55e |
UHC | 躍섵^ | 1110010110111000100110010100010001011110 | e5b899445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)