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 | シシ珞シシ | 101111001011110011100000111000101011110010111100 | bcbce0e2bcbc |
EUC-JP | シシ珞シシ | 10001110101111001000111010111100111000001110010010001110101111001000111010111100 | 8ebc8ebce0e48ebc8ebc |
UTF-8 | シシ珞シシ | 111011111011110110111100111011111011110110111100111001111000111110011110111011111011110110111100111011111011110110111100 | efbdbcefbdbce78f9eefbdbcefbdbc |
UHC | ??珞?? | 001111110011111111010101101010000011111100111111 | 3f3fd5a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)