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 | òùÔã« | 11110010111110011000111011010100100011111110001110101011 | f2f98ed48fe3ab |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | òù?Ô?ã? | 100011111010101111010010100011111010101111100011001111111000111110101010110101000011111110001111101010111010101000111111 | 8fabd28fabe33f8faad43f8fabaa3f |
UTF-8 | òùÔã« | 1100001110110010110000111011100111000010100011101100001110010100110000101000111111000011101000111100001010101011 | c3b2c3b9c28ec394c28fc3a3c2ab |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)