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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 泳f?蹶 | 10001001011010101000001010000110001111111110011101001011 | 896a82863fe74b |
EUC-JP | 泳f?蹶 | 10110001110010111010001111100110001111111110110110101100 | b1cba3e63fedac |
UTF-8 | 泳f뿧蹶 | 111001101011001110110011111011111011110110000110111010111011111110100111111010001011100110110110 | e6b3b3efbd86ebbfa7e8b9b6 |
UHC | 泳f뿧蹶 | 1110011110110110101000111110011010010111101001111100111111110011 | e7b6a3e697a7cff3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)