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 | ???CB | 0011111100111111001111110100001101000010 | 3f3f3f4342 |
SJIS-WIN | 乳?dCB | 10010011111110110011111110000010100001000100001101000010 | 93fb3f82844342 |
EUC-JP | 乳?dCB | 11000110111111010011111110100011111001000100001101000010 | c6fd3fa3e44342 |
UTF-8 | 乳㏘dCB | 1110010010111001101100111110001110001111100110001110111110111101100001000100001101000010 | e4b9b3e38f98efbd844342 |
UHC | 乳㏘dCB | 1110101011100001101000101110010010100011111001000100001101000010 | eae1a2e4a3e44342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)