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 | 1001001001000011100100011010011101101111 | 924391a76f |
EUC-JP | 辰息o | 1100001110100100110000101010100101101111 | c3a4c2a96f |
UTF-8 | 辰息o | 11101000101111101011000011100110100000011010111101101111 | e8beb0e681af6f |
UHC | 辰息o | 1111001011100011111000111101001101101111 | f2e3e3d36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)