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 | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | ?梡^ | 0011111110001111110000111111001101011110 | 3f8fc3f35e |
UTF-8 | 敾梡^ | 11100110100101011011111011100110101000101010000101011110 | e695bee6a2a15e |
UHC | 敾梡^ | 1110000011000000111010001100100101011110 | e0c0e8c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)