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 | 鬣底サ南価 | 111010011010010110010010111010101011101110010011111011001000100110111111 | e9a592eabb93ec89bf |
EUC-JP | 鬣底サ南価 | 11110010101001111100010011101100100011101011101111000110111011101011001011000001 | f2a7c4ec8ebbc6eeb2c1 |
UTF-8 | 鬣底サ南価 | 111010011010110010100011111001011011101010010101111011111011110110111011111001011000110110010111111001001011111010100001 | e9aca3e5ba95efbdbbe58d97e4bea1 |
UHC | ?底?南? | 00111111111011101011110000111111110100011111010100111111 | 3feebc3fd1f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)