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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | ??o | 001111110011111101101111 | 3f3f6f |
UTF-8 | 뫚뭌o | 11101011101010111001101011101011101011011000110001101111 | ebab9aebad8c6f |
UHC | 뫚뭌o | 1001000110111010100100100101011101101111 | 91ba92576f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)