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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | セュ蛇蕉 | 101111101010110110001110110101101000111111010100 | bead8ed68fd4 |
EUC-JP | セュ蛇蕉 | 1000111010111110100011101010110110111100110110001011111011010110 | 8ebe8eadbcd8bed6 |
UTF-8 | セュ蛇蕉 | 111011111011110110111110111011111011110110101101111010001001101110000111111010001001010110001001 | efbdbeefbdade89b87e89589 |
UHC | ??蛇蕉 | 001111110011111111011110111011111111010110101111 | 3f3fdeeff5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)