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 | シカ丞ソシ | 101111001011011010001111111001011011111110111100 | bcb68fe5bfbc |
EUC-JP | シカ丞ソシ | 10001110101111001000111010110110101111101110011110001110101111111000111010111100 | 8ebc8eb6bee78ebf8ebc |
UTF-8 | シカ丞ソシ | 111011111011110110111100111011111011110110110110111001001011100010011110111011111011110110111111111011111011110110111100 | efbdbcefbdb6e4b89eefbdbfefbdbc |
UHC | ??丞?? | 001111110011111111100011101010100011111100111111 | 3f3fe3aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)