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 | 裴水讐 | 111001011110100010010000100001011000111101010001 | e5e890858f51 |
EUC-JP | 裴水讐 | 111010101110101010111111111001011011110110110010 | eaeabfe5bdb2 |
UTF-8 | 裴水讐 | 111010001010001110110100111001101011000010110100111010001010111010010000 | e8a3b4e6b0b4e8ae90 |
UHC | 裴水讐 | 110110111101000011100010101010011110001011000010 | dbd0e2a9e2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)