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 | 輒鶉[輒鶉[^ | 1110011101101011111010100100011101011011111001110110101111101010010001110101101101011110 | e76bea475be76bea475b5e |
EUC-JP | 輒鶉[輒鶉[^ | 1110110111001100111100111010100001011011111011011100110011110011101010000101101101011110 | edccf3a85bedccf3a85b5e |
UTF-8 | 輒鶉[輒鶉[^ | 111010001011110010010010111010011011011010001001010110111110100010111100100100101110100110110110100010010101101101011110 | e8bc92e9b6895be8bc92e9b6895b5e |
UHC | 輒?[輒?[^ | 111101001110010100111111010110111111010011100101001111110101101101011110 | f4e53f5bf4e53f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)