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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 晥ムニ | 111110001110000111111010110101011101000111000110 | f8e1fad5d1c6 |
EUC-JP | ??ムニ | 001111110011111110001110110100011000111011000110 | 3f3f8ed18ec6 |
UTF-8 | 晥ムニ | 111011101001101010000000111001101001100110100101111011111011111010010001111011111011111010000110 | ee9a80e699a5efbe91efbe86 |
UHC | ?晥?? | 0011111111111100101101110011111100111111 | 3ffcb73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)