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 | 鮓ッム旗 | 111010011011011010101111110100011000101011111000 | e9b6afd18af8 |
EUC-JP | 鮓ッム旗 | 1111001010111000100011101010111110001110110100011011010011111010 | f2b88eaf8ed1b4fa |
UTF-8 | 鮓ッム旗 | 111010011010111010010011111011111011110110101111111011111011111010010001111001101001011110010111 | e9ae93efbdafefbe91e69797 |
UHC | ???旗 | 0011111100111111001111111101000011111101 | 3f3f3fd0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)