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 | 壯棒慮新 | 1001101011100001100101100101111110010111101101101001000001010110 | 9ae1965f97b69056 |
EUC-JP | 壯棒慮新 | 1101010011100011110010111100000011001110101110001011111110110111 | d4e3cbc0ceb8bfb7 |
UTF-8 | 壯棒慮新 | 111001011010001110101111111001101010001110010010111001101000010110101110111001101001011010110000 | e5a3afe6a392e685aee696b0 |
UHC | 壯棒慮新 | 1110110111100000110111001110101011010101111001111110001111100110 | ede0dcead5e7e3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)