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 | ÄòÙ¥ | 100011101100010011110010110110011000111010100101 | 8ec4f2d98ea5 |
SJIS-WIN | ?????¥ | 00111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f818f |
EUC-JP | ?ÄòÙ?? | 001111111000111110101010101000111000111110101011110100101000111110101010111000110011111100111111 | 3f8faaa38fabd28faae33f3f |
UTF-8 | ÄòÙ¥ | 110000101000111011000011100001001100001110110010110000111001100111000010100011101100001010100101 | c28ec384c3b2c399c28ec2a5 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)