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 | 昊姆^ | 1001110111011101100110110100011101011110 | 9ddd9b475e |
EUC-JP | 昊姆^ | 1101101011011111110101011010100001011110 | dadfd5a85e |
UTF-8 | 昊姆^ | 11100110100110001000101011100101101001111000011001011110 | e6988ae5a7865e |
UHC | 昊姆^ | 1111101111000100110110011011010101011110 | fbc4d9b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)