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 | ?????@B | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | 雍?新??@B | 111010001011010000111111100100000101011000111111001111110100000001000010 | e8b43f90563f3f4042 |
EUC-JP | 雍?新??@B | 111100001011011000111111101111111011011100111111001111110100000001000010 | f0b63fbfb73f3f4042 |
UTF-8 | 雍렓新잿륙@B | 1110100110011011100011011110101110100000100100111110011010010110101100001110110010011110101111111110101110100101100110010100000001000010 | e99b8deba093e696b0ec9ebfeba5994042 |
UHC | 雍렓新잿륙@B | 111010001011110010001110101010001110001111100110110000001110110110110111111110100100000001000010 | e8bc8ea8e3e6c0edb7fa4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)