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 | 釭璽鉀 | 111110111011110110001110101000111111101111000101 | fbbd8ea3fbc5 |
EUC-JP | 釭璽鉀 | 1000111111100011101011111011110010100101100011111110001111011000 | 8fe3afbca58fe3d8 |
UTF-8 | 釭璽鉀 | 111010011000011110101101111001111001001010111101111010011000100110000000 | e987ade792bde98980 |
UHC | ?璽鉀 | 0011111111011111110111101100101110100101 | 3fdfdecba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)