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 | 鍄エ謐仙ィ | 1110011111111011101101001110011010001101100100001110010110101000 | e7fbb4e68d90e5a8 |
EUC-JP | 鍄エ謐仙ィ | 11101110111111011000111010110100111010111110110111000000111001111000111010101000 | eefd8eb4ebedc0e78ea8 |
UTF-8 | 鍄エ謐仙ィ | 111010011000110110000100111011111011110110110100111010001010110010010000111001001011101110011001111011111011110110101000 | e98d84efbdb4e8ac90e4bb99efbda8 |
UHC | ??謐仙? | 00111111001111111101101011001101111000001011100100111111 | 3f3fdacde0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)