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 | ûG²OûL | 11111011010001111000111010110010010011111111101101001100 | fb478eb24ffb4c |
SJIS-WIN | ?G??O?L | 00111111010001110011111100111111010011110011111101001100 | 3f473f3f4f3f4c |
EUC-JP | ûG??OûL | 1000111110101011111001010100011100111111001111110100111110001111101010111110010101001100 | 8fabe5473f3f4f8fabe54c |
UTF-8 | ûG²OûL | 1100001110111011010001111100001010001110110000101011001001001111110000111011101101001100 | c3bb47c28ec2b24fc3bb4c |
UHC | ?G?²O?L | 0011111101000111001111111010100111110111010011110011111101001100 | 3f473fa9f74f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)