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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 夭?鷹??詐 | 100110101110111000111111100100011110100100111111001111111000110110111100 | 9aee3f91e93f3f8dbc |
EUC-JP | 夭?鷹??詐 | 110101001111000000111111110000101110101100111111001111111011101010111110 | d4f03fc2eb3f3fbabe |
UTF-8 | 夭렲鷹쟉렱詐 | 111001011010010010101101111010111010000010110010111010011011011110111001111011001001111110001001111010111010000010110001111010001010100110010000 | e5a4adeba0b2e9b7b9ec9f89eba0b1e8a990 |
UHC | 夭렲鷹쟉렱詐 | 111010001110110010001110101111111110101111101101110000001111000110001110101111101101111011110001 | e8ec8ebfebedc0f18ebedef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)