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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 潮潮B | 1001001010101010100100101010101001000010 | 92aa92aa42 |
EUC-JP | 潮潮B | 1100010010101100110001001010110001000010 | c4acc4ac42 |
UTF-8 | 潮潮B | 11100110101111011010111011100110101111011010111001000010 | e6bdaee6bdae42 |
UHC | 潮潮B | 1111000011001101111100001100110101000010 | f0cdf0cd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)