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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 、蠎ス | 111100011111100110100100111001011011101010111101 | f1f9a4e5babd |
EUC-JP | ?、蠎ス | 00111111100011101010010011101010101111001000111010111101 | 3f8ea4eabc8ebd |
UTF-8 | 、蠎ス | 111011101000010110110100111011111011110110100100111010001010000010001110111011111011110110111101 | ee85b4efbda4e8a08eefbdbd |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)