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 | 謖謖[謖謖[^ | 1110011010001100111001101000110001011011111001101000110011100110100011000101101101011110 | e68ce68c5be68ce68c5b5e |
EUC-JP | 謖謖[謖謖[^ | 1110101111101100111010111110110001011011111010111110110011101011111011000101101101011110 | ebecebec5bebecebec5b5e |
UTF-8 | 謖謖[謖謖[^ | 111010001010110010010110111010001010110010010110010110111110100010101100100101101110100010101100100101100101101101011110 | e8ac96e8ac965be8ac96e8ac965b5e |
UHC | 謖謖[謖謖[^ | 1110000111011010111000011101101001011011111000011101101011100001110110100101101101011110 | e1dae1da5be1dae1da5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)