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 | Ô·äÉ | 100011101101010010001110101101111110010011001001 | 8ed48eb7e4c9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ô??äÉ | 001111111000111110101010110101000011111100111111100011111010101110100011100011111010101010110001 | 3f8faad43f3f8faba38faab1 |
UTF-8 | Ô·äÉ | 110000101000111011000011100101001100001010001110110000101011011111000011101001001100001110001001 | c28ec394c28ec2b7c3a4c389 |
UHC | ???·?? | 00111111001111110011111110100001101001000011111100111111 | 3f3f3fa1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)