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 | 頸シンシァ | 111010001111001010111100110111011011110010100111 | e8f2bcddbca7 |
EUC-JP | 頸シンシァ | 11110000111101001000111010111100100011101101110110001110101111001000111010100111 | f0f48ebc8edd8ebc8ea7 |
UTF-8 | 頸シンシァ | 111010011010000010111000111011111011110110111100111011111011111010011101111011111011110110111100111011111011110110100111 | e9a0b8efbdbcefbe9defbdbcefbda7 |
UHC | 頸???? | 110011001111001000111111001111110011111100111111 | ccf23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)