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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 削削[削削[^ | 1000110111101101100011011110110101011011100011011110110110001101111011010101101101011110 | 8ded8ded5b8ded8ded5b5e |
EUC-JP | 削削[削削[^ | 1011101011101111101110101110111101011011101110101110111110111010111011110101101101011110 | baefbaef5bbaefbaef5b5e |
UTF-8 | 削削[削削[^ | 111001011000100110001010111001011000100110001010010110111110010110001001100010101110010110001001100010100101101101011110 | e5898ae5898a5be5898ae5898a5b5e |
UHC | 削削[削削[^ | 1101111011111011110111101111101101011011110111101111101111011110111110110101101101011110 | defbdefb5bdefbdefb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)