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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シリシ琲ソ | 101111001101100010111100111000001110100010111111 | bcd8bce0e8bf |
EUC-JP | シリシ琲ソ | 10001110101111001000111011011000100011101011110011100000111010101000111010111111 | 8ebc8ed88ebce0ea8ebf |
UTF-8 | シリシ琲ソ | 111011111011110110111100111011111011111010011000111011111011110110111100111001111001000010110010111011111011110110111111 | efbdbcefbe98efbdbce790b2efbdbf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)