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 | ???b???S | 0011111100111111001111110110001000111111001111110011111101010011 | 3f3f3f623f3f3f53 |
SJIS-WIN | セュ式bセュ雫S | 10111110101011011000111010101110011000101011111010101101100011101011010001010011 | bead8eae62bead8eb453 |
EUC-JP | セュ式bセュ雫S | 1000111010111110100011101010110110111100101100000110001010001110101111101000111010101101101111001011011001010011 | 8ebe8eadbcb0628ebe8eadbcb653 |
UTF-8 | セュ式bセュ雫S | 1110111110111101101111101110111110111101101011011110010110111100100011110110001011101111101111011011111011101111101111011010110111101001100110111010101101010011 | efbdbeefbdade5bc8f62efbdbeefbdade99bab53 |
UHC | ??式b???S | 001111110011111111100011110100100110001000111111001111110011111101010011 | 3f3fe3d2623f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)