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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 雕晢ス剰H | 11101000101110001001110111101111101111011000111111101000111110011000100101001000 | e8b89defbd8fe8f98948 |
EUC-JP | 雕晢ス剰?H | 11110000101110101101101011110001100011101011110110111110111010100011111101001000 | f0badaf18ebdbeea3f48 |
UTF-8 | 雕晢ス剰H | 11101001100110111001010111100110100110011010001011101111101111011011110111100101100010011011000011101110100110111010010001001000 | e99b95e699a2efbdbde589b0ee9ba448 |
UHC | 雕????H | 11110000111001110011111100111111001111110011111101001000 | f0e73f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)