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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 洩隋隋 | 100010010110101111100100010000001110010001000000 | 896be440e440 |
EUC-JP | 洩隋隋 | 101100011100110011100111101000011110011110100001 | b1cce7a1e7a1 |
UTF-8 | 洩隋隋 | 111001101011010010101001111010011001101010001011111010011001101010001011 | e6b4a9e99a8be99a8b |
UHC | 洩隋隋 | 111000001101110111100010110010011110001011001001 | e0dde2c9e2c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)