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 | 莨亥胸 | 111001001011110010001000111001011000101110111001 | e4bc88e58bb9 |
EUC-JP | 莨亥胸 | 111010001011111010110000111001111011011010111011 | e8beb0e7b6bb |
UTF-8 | 莨亥胸 | 111010001000111010101000111001001011101010100101111010001000001110111000 | e88ea8e4baa5e883b8 |
UHC | ?亥胸 | 0011111111111010101001001111110111011000 | 3ffaa4fdd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)