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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迢ク螟壼叉 | 111001111000101110111000111001011010010010011010111001011000110110110011 | e78bb8e5a49ae58db3 |
EUC-JP | 迢ク螟壼叉 | 11101101111010111000111010111000111010101010011011010100111001111011101010110101 | edeb8eb8eaa6d4e7bab5 |
UTF-8 | 迢ク螟壼叉 | 111010001011111110100010111011111011110110111000111010001001111010011111111001011010001110111100111001011000111110001001 | e8bfa2efbdb8e89e9fe5a3bce58f89 |
UHC | ??螟?叉 | 00111111001111111101100110101101001111111111001110101001 | 3f3fd9ad3ff3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)