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 | 恂??? | 1001110010010110001111110011111100111111 | 9c963f3f3f |
EUC-JP | 恂??? | 1101011111110110001111110011111100111111 | d7f63f3f3f |
UTF-8 | 恂롇렟롊 | 111001101000000110000010111010111010000110000111111010111010000010011111111010111010000110001010 | e68182eba187eba09feba18a |
UHC | 恂롇렟롊 | 1110001011100001100011101100110110001110101100001000111011010000 | e2e18ecd8eb08ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)