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 | 昔淞[昔淞[^ | 1001000011001100100111111100001001011011100100001100110010011111110000100101101101011110 | 90cc9fc25b90cc9fc25b5e |
EUC-JP | 昔淞[昔淞[^ | 1100000011001110110111101100010001011011110000001100111011011110110001000101101101011110 | c0cedec45bc0cedec45b5e |
UTF-8 | 昔淞[昔淞[^ | 111001101001100010010100111001101011011110011110010110111110011010011000100101001110011010110111100111100101101101011110 | e69894e6b79e5be69894e6b79e5b5e |
UHC | 昔淞[昔淞[^ | 1110000010101110111000011110011101011011111000001010111011100001111001110101101101011110 | e0aee1e75be0aee1e75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)