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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 蕭器十@h | 1110010101001010100010101110110110001111010111000100000001101000 | e54a8aed8f5c4068 |
EUC-JP | 蕭器十@h | 1110100110101011101101001110111110111101101111010100000001101000 | e9abb4efbdbd4068 |
UTF-8 | 蕭器十@h | 1110100010010101101011011110010110011001101010001110010110001101100000010100000001101000 | e895ade599a8e58d814068 |
UHC | 蕭器十@h | 1110000111001011110100001110111111100100101010000100000001101000 | e1cbd0efe4a84068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)