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 | 蜚ッ荵溽鳥 | 111001011001010010101111111001001011100110011111111001111001001010111001 | e594afe4b99fe792b9 |
EUC-JP | 蜚ッ荵溽鳥 | 11101001111101001000111010101111111010001011101111011110111010011100010010111011 | e9f48eafe8bbdee9c4bb |
UTF-8 | 蜚ッ荵溽鳥 | 111010001001110010011010111011111011110110101111111010001000110110110101111001101011101010111101111010011011001110100101 | e89c9aefbdafe88db5e6babde9b3a5 |
UHC | 蜚???鳥 | 11011110101001000011111100111111001111111111000011101000 | dea43f3f3ff0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)