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 | 潁?( | 1001111111110001001111111000000101101001 | 9ff13f8169 |
EUC-JP | 潁?( | 1101111011110011001111111010000111001010 | def33fa1ca |
UTF-8 | 潁믦( | 111001101011110110000001111010111010111110100110111011111011110010001000 | e6bd81ebafa6efbc88 |
UHC | 潁믦( | 111001111011100010010010111010001010001110101000 | e7b892e8a3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)