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 | ?贅骰 | 0011111111100110110100101110100110001101 | 3fe6d2e98d |
EUC-JP | 嵪贅骰 | 10001111101110111101110111101100110101001111000111101101 | 8fbbddecd4f1ed |
UTF-8 | 嵪贅骰 | 111001011011010110101010111010001011010010000101111010011010101010110000 | e5b5aae8b485e9aab0 |
UHC | ?贅? | 00111111111101101010000100111111 | 3ff6a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)