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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?鴨?B | 0011111110001010100110110011111101000010 | 3f8a9b3f42 |
EUC-JP | ?鴨侁B | 00111111101100111111101110001111101100001111110001000010 | 3fb3fb8fb0fc42 |
UTF-8 | 卨鴨侁B | 11100101100011011010100011101001101101001010100011100100101111101000000101000010 | e58da8e9b4a8e4be8142 |
UHC | 卨鴨侁B | 11100000110110011110010011100101111000111110000001000010 | e0d9e4e5e3e042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)