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 | 髏飯堺ス州 | 111010011001000010010100110100011000110111100100101111011000111101000010 | e99094d18de4bd8f42 |
EUC-JP | 髏飯堺ス州 | 11110001111100001100100011010011101110101110011010001110101111011011110110100011 | f1f0c8d3bae68ebdbda3 |
UTF-8 | 髏飯堺ス州 | 111010011010101110001111111010011010001110101111111001011010000010111010111011111011110110111101111001011011011110011110 | e9ab8fe9a3afe5a0baefbdbde5b79e |
UHC | ?飯堺?州 | 0011111111011010111110011100110011110111001111111111000110110110 | 3fdaf9ccf73ff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)