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 | ñçµ¥ñçµ¥^ | 111100011110011110110101101001011111000111100111101101011010010101011110 | f1e7b5a5f1e7b5a55e |
SJIS-WIN | ???¥???¥^ | 0011111100111111001111111000000110001111001111110011111100111111100000011000111101011110 | 3f3f3f818f3f3f3f818f5e |
EUC-JP | ñç??ñç??^ | 1000111110101011110100001000111110101011101011100011111100111111100011111010101111010000100011111010101110101110001111110011111101011110 | 8fabd08fabae3f3f8fabd08fabae3f3f5e |
UTF-8 | ñçµ¥ñçµ¥^ | 1100001110110001110000111010011111000010101101011100001010100101110000111011000111000011101001111100001010110101110000101010010101011110 | c3b1c3a7c2b5c2a5c3b1c3a7c2b5c2a55e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)