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 | 畯?毅?? | 11111011011011110011111110001011010000100011111100111111 | fb6f3f8b423f3f |
EUC-JP | 畯?毅?? | 1000111111001101101110110011111110110101101000110011111100111111 | 8fcdbb3fb5a33f3f |
UTF-8 | 畯렔毅쮸깰 | 111001111001010110101111111010111010000010010100111001101010111110000101111011001010111010111000111010101011100110110000 | e795afeba094e6af85ecaeb8eab9b0 |
UHC | 畯렔毅쮸깰 | 11110001111000011000111010101001111010111111011011000010111010011011000111111101 | f1e18ea9ebf6c2e9b1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)