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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?錞 | 001111111111101111011011 | 3ffbdb |
EUC-JP | ?錞 | 00111111100011111110010011011100 | 3f8fe4dc |
UTF-8 | 枾錞 | 111001101001111010111110111010011000110010011110 | e69ebee98c9e |
UHC | 枾錞 | 11100011110000101110001011110110 | e3c2e2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)