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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シカ丞ソシニ | 10111100101101101000111111100101101111111011110011000110 | bcb68fe5bfbcc6 |
EUC-JP | シカ丞ソシニ | 100011101011110010001110101101101011111011100111100011101011111110001110101111001000111011000110 | 8ebc8eb6bee78ebf8ebc8ec6 |
UTF-8 | シカ丞ソシニ | 111011111011110110111100111011111011110110110110111001001011100010011110111011111011110110111111111011111011110110111100111011111011111010000110 | efbdbcefbdb6e4b89eefbdbfefbdbcefbe86 |
UHC | ??丞??? | 00111111001111111110001110101010001111110011111100111111 | 3f3fe3aa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)