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 | 10001101101000110011111101000010 | 8da33f42 |
EUC-JP | 坤?B | 10111010101001010011111101000010 | baa53f42 |
UTF-8 | 坤갖B | 11100101100111011010010011101010101100001001011001000010 | e59da4eab09642 |
UHC | 坤갖B | 1100110111011110101100001010111001000010 | cddeb0ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)