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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セォ斜セ、竺 | 1011111010101011100011101100111010111110101001001000111010110001 | beab8ecebea48eb1 |
EUC-JP | セォ斜セ、竺 | 100011101011111010001110101010111011110011010000100011101011111010001110101001001011110010110011 | 8ebe8eabbcd08ebe8ea4bcb3 |
UTF-8 | セォ斜セ、竺 | 111011111011110110111110111011111011110110101011111001101001011010011100111011111011110110111110111011111011110110100100111001111010101110111010 | efbdbeefbdabe6969cefbdbeefbda4e7abba |
UHC | ??斜??竺 | 0011111100111111110111101101100000111111001111111111010111100111 | 3f3fded83f3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)