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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諛壱棲 | 111001101000011110001000111010111001000010110001 | e68788eb90b1 |
EUC-JP | 諛壱棲 | 111010111110011110110000111011011100000010110011 | ebe7b0edc0b3 |
UTF-8 | 諛壱棲 | 111010001010101110011011111001011010001110110001111001101010001110110010 | e8ab9be5a3b1e6a3b2 |
UHC | 諛?棲 | 1110101110110000001111111101111111111000 | ebb03fdff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)