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 | ???褻 | 0011111100111111001111111110010111110110 | 3f3f3fe5f6 |
EUC-JP | ???褻 | 0011111100111111001111111110101011111000 | 3f3f3feaf8 |
UTF-8 | 辰됮괱褻 | 111011111010010110110001111010111001000010101110111010101011010010110001111010001010010010111011 | efa5b1eb90aeeab4b1e8a4bb |
UHC | 辰됮괱褻 | 1110001111110101100010011110100110000010010110001110000011100001 | e3f589e98258e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)