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 | 迹?隕?順 | 1110011110010001001111111110100010100110001111111000111110000111 | e7913fe8a63f8f87 |
EUC-JP | 迹?隕?順 | 1110110111110001001111111111000010101000001111111011110111100111 | edf13ff0a83fbde7 |
UTF-8 | 迹렖隕렭順 | 111010001011111110111001111010111010000010010110111010011001101010010101111010111010000010101101111010011010000010000110 | e8bfb9eba096e99a95eba0ade9a086 |
UHC | 迹렖隕렭順 | 11101110111010011000111010101011111010101010001010001110101110101110001011110111 | eee98eabeaa28ebae2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)