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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 偲リナ治@h | 1000111011000011110110001100010110001110101000010100000001101000 | 8ec3d8c58ea14068 |
EUC-JP | 偲リナ治@h | 10111100110001011000111011011000100011101100010110111100101000110100000001101000 | bcc58ed88ec5bca34068 |
UTF-8 | 偲リナ治@h | 1110010110000001101100101110111110111110100110001110111110111110100001011110011010110010101110110100000001101000 | e581b2efbe98efbe85e6b2bb4068 |
UHC | ???治@h | 00111111001111110011111111110110101111010100000001101000 | 3f3f3ff6bd4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)