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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 炯?隕?順 | 1110000001110110001111111110100010100110001111111000111110000111 | e0763fe8a63f8f87 |
EUC-JP | 炯?隕?順 | 1101111111010111001111111111000010101000001111111011110111100111 | dfd73ff0a83fbde7 |
UTF-8 | 炯렖隕렭順 | 111001111000001010101111111010111010000010010110111010011001101010010101111010111010000010101101111010011010000010000110 | e782afeba096e99a95eba0ade9a086 |
UHC | 炯렖隕렭順 | 11111011101001101000111010101011111010101010001010001110101110101110001011110111 | fba68eabeaa28ebae2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)