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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 篠スス偲璽P | 100011101100001010111101101111011000111011000011100011101010001101010000 | 8ec2bdbd8ec38ea350 |
EUC-JP | 篠スス偲璽P | 1011110011000100100011101011110110001110101111011011110011000101101111001010010101010000 | bcc48ebd8ebdbcc5bca550 |
UTF-8 | 篠スス偲璽P | 11100111101011111010000011101111101111011011110111101111101111011011110111100101100000011011001011100111100100101011110101010000 | e7afa0efbdbdefbdbde581b2e792bd50 |
UHC | 篠???璽P | 1110000111000110001111110011111100111111110111111101111001010000 | e1c63f3f3fdfde50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)