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 | ³å¥³å¥^ | 100011101011001111100101101001011000111010110011111001011010010101011110 | 8eb3e5a58eb3e5a55e |
SJIS-WIN | ???¥???¥^ | 0011111100111111001111111000000110001111001111110011111100111111100000011000111101011110 | 3f3f3f818f3f3f3f818f5e |
EUC-JP | ??å???å?^ | 00111111001111111000111110101011101010010011111100111111001111111000111110101011101010010011111101011110 | 3f3f8faba93f3f3f8faba93f5e |
UTF-8 | ³å¥³å¥^ | 1100001010001110110000101011001111000011101001011100001010100101110000101000111011000010101100111100001110100101110000101010010101011110 | c28ec2b3c3a5c2a5c28ec2b3c3a5c2a55e |
UHC | ?³???³??^ | 0011111110101001111110000011111100111111001111111010100111111000001111110011111101011110 | 3fa9f83f3f3fa9f83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)