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 | Æõ | 1000111011000110100011111100001110110101 | 8ec68fc3b5 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Æ?Ã? | 001111111000111110101001101000010011111110001111101010101010101000111111 | 3f8fa9a13f8faaaa3f |
UTF-8 | Æõ | 11000010100011101100001110000110110000101000111111000011100000111100001010110101 | c28ec386c28fc383c2b5 |
UHC | ?Æ??? | 001111111010100010100001001111110011111100111111 | 3fa8a13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)