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 | 掩??垓 | 100010011000011000111111001111111001101010110100 | 89863f3f9ab4 |
EUC-JP | 掩??垓 | 101100011110011000111111001111111101010010110110 | b1e63f3fd4b6 |
UTF-8 | 掩뽯갈垓 | 111001101000111010101001111010111011110110101111111010101011000010001000111001011001111010010011 | e68ea9ebbdafeab088e59e93 |
UHC | 掩뽯갈垓 | 1110010111110011100101101110101110110000101001011111101010100111 | e5f396ebb0a5faa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)