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 | 蜚ッ轤種愍 | 111001011001010010101111111001111000001010001110111011011001110010111100 | e594afe7828eed9cbc |
EUC-JP | 蜚ッ轤種愍 | 11101001111101001000111010101111111011011110001010111100111011111101100010111110 | e9f48eafede2bcefd8be |
UTF-8 | 蜚ッ轤種愍 | 111010001001110010011010111011111011110110101111111010001011110110100100111001111010100010101110111001101000010010001101 | e89c9aefbdafe8bda4e7a8aee6848d |
UHC | 蜚??種愍 | 1101111010100100001111110011111111110000111110101101101011000000 | dea43f3ff0fadac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)