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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | ??オ?療e^ | 001111110011111110000011010010010011111110010111110000110110010101011110 | 3f3f83493f97c3655e |
EUC-JP | ??オ?療e^ | 001111110011111110100101101010100011111111001110110001010110010101011110 | 3f3fa5aa3fcec5655e |
UTF-8 | 룶欄オ룶療e^ | 1110101110100011101101101110111110100100100111011110001110000010101010101110101110100011101101101110011110011001100000100110010101011110 | eba3b6efa49de382aaeba3b6e79982655e |
UHC | 룶欄オ룶療e^ | 100011111010101111010001111011011010101110101010100011111010101111010110111110110110010101011110 | 8fabd1edabaa8fabd6fb655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)