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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踵酌 | 111001101111100110001110110111101111001011110100 | e6f98edef2f4 |
EUC-JP | 踵酌? | 1110110011111011101111001110000000111111 | ecfbbce03f |
UTF-8 | 踵酌 | 111010001011100010110101111010011000010110001100111011101000100010101011 | e8b8b5e9858cee88ab |
UHC | 踵酌? | 1111000110100010111011011100110000111111 | f1a2edcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)