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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 僊姓性? | 10011001010000011001000010101001100100001010101100111111 | 994190a990ab3f |
EUC-JP | 僊姓性璇 | 110100011010001011000000101010111100000010101101100011111100110011001111 | d1a2c0abc0ad8fcccf |
UTF-8 | 僊姓性璇 | 111001011000001110001010111001011010011110010011111001101000000010100111111001111001001010000111 | e5838ae5a793e680a7e79287 |
UHC | 僊姓性璇 | 1110000010111010111000001111001111100000111101011110000011000110 | e0bae0f3e0f5e0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)