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 | 娼チ宵臧 | 10001111101010011100000110001111101010101110010001101000 | 8fa9c18faae468 |
EUC-JP | 娼チ宵臧 | 1011111010101011100011101100000110111110101011001110011111001001 | beab8ec1beace7c9 |
UTF-8 | 娼チ宵臧 | 111001011010100010111100111011111011111010000001111001011010111010110101111010001000011110100111 | e5a8bcefbe81e5aeb5e887a7 |
UHC | 娼?宵臧 | 11110011110111100011111111100001101100101110110111110101 | f3de3fe1b2edf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)