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 | 蝪串邃 | 111001011010000110001011111110001110001010000100 | e5a18bf8e284 |
EUC-JP | 蝪串邃 | 111010101010001110110110111110101110001111100100 | eaa3b6fae3e4 |
UTF-8 | 蝪串邃 | 111010001001110110101010111001001011100010110010111010011000001010000011 | e89daae4b8b2e98283 |
UHC | ?串邃 | 0011111111001101111110101110001011000101 | 3fcdfae2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)