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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シオシチシテ | 1011110010110101101111001100000110111100110000111111001011000001 | bcb5bcc1bcc3f2c1 |
EUC-JP | シオシチシテ? | 10001110101111001000111010110101100011101011110010001110110000011000111010111100100011101100001100111111 | 8ebc8eb58ebc8ec18ebc8ec33f |
UTF-8 | シオシチシテ | 111011111011110110111100111011111011110110110101111011111011110110111100111011111011111010000001111011111011110110111100111011111011111010000011111011101000011110111000 | efbdbcefbdb5efbdbcefbe81efbdbcefbe83ee87b8 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)