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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 迚狗埃^ | 11100111100010011000101111100111100110101011101001011110 | e7898be79aba5e |
EUC-JP | 迚狗埃^ | 11101101111010011011011011101001110101001011110001011110 | ede9b6e9d4bc5e |
UTF-8 | 迚狗埃^ | 11101000101111111001101011100111100010111001011111100101100111111000001101011110 | e8bf9ae78b97e59f835e |
UHC | ?狗埃^ | 001111111100111110110111111001001110111101011110 | 3fcfb7e4ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)