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 | 1001001001000011100100011010001101101111 | 924391a36f |
EUC-JP | 辰促o | 1100001110100100110000101010010101101111 | c3a4c2a56f |
UTF-8 | 辰促o | 11101000101111101011000011100100101111111000001101101111 | e8beb0e4bf836f |
UHC | 辰促o | 1111001011100011111101011011010101101111 | f2e3f5b56f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)