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 | 粽恰灰 | 111000101110111010001010100001101000101001000100 | e2ee8a868a44 |
EUC-JP | 粽恰灰 | 111001001111000010110011111001101011001110100101 | e4f0b3e6b3a5 |
UTF-8 | 粽恰灰 | 111001111011001010111101111001101000000110110000111001111000000110110000 | e7b2bde681b0e781b0 |
UHC | ?恰灰 | 0011111111111101111001101111110011101001 | 3ffde6fce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)