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 | C¸£A | 1001001001000011100100011011100010010001101000111001001001000001 | 924391b891a39241 |
SJIS-WIN | ?C???£?A | 001111110100001100111111001111110011111110000001100100100011111101000001 | 3f433f3f3f81923f41 |
EUC-JP | ?C?¸?£?A | 0011111101000011001111111000111110100010101100010011111110100001111100100011111101000001 | 3f433f8fa2b13fa1f23f41 |
UTF-8 | C¸£A | 1100001010010010010000111100001010010001110000101011100011000010100100011100001010100011110000101001001001000001 | c29243c291c2b8c291c2a3c29241 |
UHC | ?C?¸???A | 001111110100001100111111101000101010110000111111001111110011111101000001 | 3f433fa2ac3f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)