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 | 髴大濤 | 111010011001110010010001111001011001111110110111 | e99c91e59fb7 |
EUC-JP | 髴大濤 | 111100011111110011000010111001111101111010111001 | f1fcc2e7deb9 |
UTF-8 | 髴大濤 | 111010011010101110110100111001011010010010100111111001101011111110100100 | e9abb4e5a4a7e6bfa4 |
UHC | ?大濤 | 0011111111010011110111101101010010100110 | 3fd3ded4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)