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 | シシ琅ジ | 101111001011110011100000111001001011110011011110 | bcbce0e4bcde |
EUC-JP | シシ琅ジ | 10001110101111001000111010111100111000001110011010001110101111001000111011011110 | 8ebc8ebce0e68ebc8ede |
UTF-8 | シシ琅ジ | 111011111011110110111100111011111011110110111100111001111001000010000101111011111011110110111100111011111011111010011110 | efbdbcefbdbce79085efbdbcefbe9e |
UHC | ??琅?? | 001111110011111111010101110010100011111100111111 | 3f3fd5ca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)