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 | 凋?艇?鬼 | 1001001010011100001111111001001011111000001111111000101101010011 | 929c3f92f83f8b53 |
EUC-JP | 凋?艇?鬼 | 1100001111111100001111111100010011111010001111111011010110110100 | c3fc3fc4fa3fb5b4 |
UTF-8 | 凋렱艇븃鬼 | 111001011000011110001011111010111010000010110001111010001000100110000111111010111011100010000011111010011010110010111100 | e5878beba0b1e88987ebb883e9acbc |
UHC | 凋렱艇븃鬼 | 11110000101111011000111010111110111011111111001110111010111010001101000010100001 | f0bd8ebeeff3bae8d0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)