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 | 揄??愉 | 100111011000100100111111001111111001011011111001 | 9d893f3f96f9 |
EUC-JP | 揄??愉 | 110110011110100100111111001111111100110011111011 | d9e93f3fccfb |
UTF-8 | 揄븅찗愉 | 111001101000111110000100111010111011100010000101111011001011000010010111111001101000010010001001 | e68f84ebb885ecb097e68489 |
UHC | 揄븅찗愉 | 1110101011110001101110101110100110101001100101111110101011110000 | eaf1bae9a997eaf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)