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 | 掠Ñìº | 1110111110100101101101011101000110001001111011001011101010010111 | efa5b5d189ecba97 |
SJIS-WIN | ?¥?????? | 001111111000000110001111001111110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f3f |
EUC-JP | ï??Ñ?ìº? | 10001111101010111100000100111111001111111000111110101010110100000011111110001111101010111100000010001111101000101110101100111111 | 8fabc13f3f8faad03f8fabc08fa2eb3f |
UTF-8 | 掠Ñìº | 11000011101011111100001010100101110000101011010111000011100100011100001010001001110000111010110011000010101110101100001010010111 | c3afc2a5c2b5c391c289c3acc2bac297 |
UHC | ??????º? | 001111110011111100111111001111110011111100111111101010001010110000111111 | 3f3f3f3f3f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)