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 | 諛蛾ー頑堰 | 111001101000011110001001111010011011000010001010111001101000100110000001 | e68789e9b08ae68981 |
EUC-JP | 諛蛾ー頑堰 | 11101011111001111011001011101011100011101011000010110100111010001011000111100001 | ebe7b2eb8eb0b4e8b1e1 |
UTF-8 | 諛蛾ー頑堰 | 111010001010101110011011111010001001101110111110111011111011110110110000111010011010000010010001111001011010000010110000 | e8ab9be89bbeefbdb0e9a091e5a0b0 |
UHC | 諛蛾?頑堰 | 111010111011000011100100101101100011111111101000110101111110010111101000 | ebb0e4b63fe8d7e5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)