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 | 上ソシシ | 10001111111000111011111110111100101111001111000011000010 | 8fe3bfbcbcf0c2 |
EUC-JP | 上ソシシ? | 101111101110010110001110101111111000111010111100100011101011110000111111 | bee58ebf8ebc8ebc3f |
UTF-8 | 上ソシシ | 111001001011100010001010111011111011110110111111111011111011110110111100111011111011110110111100111011101000001010000001 | e4b88aefbdbfefbdbcefbdbcee8281 |
UHC | 上???? | 110111111011111000111111001111110011111100111111 | dfbe3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)