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 | ߸èô | 100011101101111110001110101110001110100011110100 | 8edf8eb8e8f4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ß?¸èô | 0011111110001111101010011100111000111111100011111010001010110001100011111010101110110010100011111010101111010100 | 3f8fa9ce3f8fa2b18fabb28fabd4 |
UTF-8 | ߸èô | 110000101000111011000011100111111100001010001110110000101011100011000011101010001100001110110100 | c28ec39fc28ec2b8c3a8c3b4 |
UHC | ?ß?¸?? | 0011111110101001101011000011111110100010101011000011111100111111 | 3fa9ac3fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)