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 | æÄÖÕÐ | 1110011011000100100111111101011010011111110101011001111111010000 | e6c49fd69fd59fd0 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æÄ?Ö?Õ?? | 10001111101010011100000110001111101010101010001100111111100011111010101011010011001111111000111110101010110110000011111100111111 | 8fa9c18faaa33f8faad33f8faad83f3f |
UTF-8 | æÄÖÕÐ | 11000011101001101100001110000100110000101001111111000011100101101100001010011111110000111001010111000010100111111100001110010000 | c3a6c384c29fc396c29fc395c29fc390 |
UHC | æ??????Ð | 10101001101000010011111100111111001111110011111100111111001111111010100010100010 | a9a13f3f3f3f3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)