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 | ß±¢ÌB | 10001110110111111000111010110001101000101100110001000010 | 8edf8eb1a2cc42 |
SJIS-WIN | ???±¢?B | 001111110011111100111111100000010111110110000001100100010011111101000010 | 3f3f3f817d81913f42 |
EUC-JP | ?ß?±¢ÌB | 00111111100011111010100111001110001111111010000111011110101000011111000110001111101010101100000001000010 | 3f8fa9ce3fa1dea1f18faac042 |
UTF-8 | ß±¢ÌB | 11000010100011101100001110011111110000101000111011000010101100011100001010100010110000111000110001000010 | c28ec39fc28ec2b1c2a2c38c42 |
UHC | ?ß?±??B | 001111111010100110101100001111111010000110111110001111110011111101000010 | 3fa9ac3fa1be3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)