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 | ?時^ | 00111111100011101001111001011110 | 3f8e9e5e |
EUC-JP | ?時^ | 00111111101110111111111001011110 | 3fbbfe5e |
UTF-8 | 뤆時^ | 11101011101001001000011011100110100110011000001001011110 | eba486e699825e |
UHC | 뤆時^ | 1000111110110110111000111100000101011110 | 8fb6e3c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)