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 | 踰渉ク酌 | 11100110111110101000111111000010101110001000111011011110 | e6fa8fc2b88ede |
EUC-JP | 踰渉ク酌 | 1110110011111100101111101100010010001110101110001011110011100000 | ecfcbec48eb8bce0 |
UTF-8 | 踰渉ク酌 | 111010001011100010110000111001101011100010001001111011111011110110111000111010011000010110001100 | e8b8b0e6b889efbdb8e9858c |
UHC | 踰??酌 | 111010111011001000111111001111111110110111001100 | ebb23f3fedcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)