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 | 隴ー孖 | 1110100010101101101100001111101010100110 | e8adb0faa6 |
EUC-JP | 隴ー孖 | 11110000101011111000111010110000100011111011101010111110 | f0af8eb08fbabe |
UTF-8 | 隴ー孖 | 111010011001101010110100111011111011110110110000111001011010110110010110 | e99ab4efbdb0e5ad96 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)