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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 猗艀 | 11100000110001101110010001111000 | e0c6e478 |
EUC-JP | 猗艀 | 11100000110010001110011111011001 | e0c8e7d9 |
UTF-8 | 猗艀 | 111001111000110010010111111010001000100110000000 | e78c97e88980 |
UHC | ?艀 | 001111111101110110110010 | 3fddb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)