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 | 藹ч洲 | 111001010101110010000100100010011000111101000110 | e55c84898f46 |
EUC-JP | 藹ч洲 | 111010011011110110100111111010011011110110100111 | e9bda7e9bda7 |
UTF-8 | 藹ч洲 | 1110100010010111101110011101000110000111111001101011010010110010 | e897b9d187e6b4b2 |
UHC | ?ч洲 | 0011111110101100111010011111000110111101 | 3face9f1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)