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 | 1001001001000011100100100100101101101111 | 9243924b6f |
EUC-JP | 辰狸o | 1100001110100100110000111010110001101111 | c3a4c3ac6f |
UTF-8 | 辰狸o | 11101000101111101011000011100111100010111011100001101111 | e8beb0e78bb86f |
UHC | 辰狸o | 1111001011100011110101111110000101101111 | f2e3d7e16f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)