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 | ð¸Òñ¥ | 111100001011100011010010111100011000111010100101 | f0b8d2f18ea5 |
SJIS-WIN | ?????¥ | 00111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f818f |
EUC-JP | ð¸Òñ?? | 1000111110101001110000111000111110100010101100011000111110101010110100101000111110101011110100000011111100111111 | 8fa9c38fa2b18faad28fabd03f3f |
UTF-8 | ð¸Òñ¥ | 110000111011000011000010101110001100001110010010110000111011000111000010100011101100001010100101 | c3b0c2b8c392c3b1c28ec2a5 |
UHC | ð¸???? | 1010100110100011101000101010110000111111001111110011111100111111 | a9a3a2ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)