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 | 昻鮓^ | 1111101011010000111010011011011001011110 | fad0e9b65e |
EUC-JP | ?鮓^ | 00111111111100101011100001011110 | 3ff2b85e |
UTF-8 | 昻鮓^ | 11100110100110001011101111101001101011101001001101011110 | e698bbe9ae935e |
UHC | 昻?^ | 11100100111010010011111101011110 | e4e93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)