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´ G | 1001001001000011100100011011010010010001101000001001001001000111 | 924391b491a09247 |
SJIS-WIN | ?C?´???G | 001111110100001100111111100000010100110000111111001111110011111101000111 | 3f433f814c3f3f3f47 |
EUC-JP | ?C?´???G | 001111110100001100111111101000011010110100111111001111110011111101000111 | 3f433fa1ad3f3f3f47 |
UTF-8 | C´ G | 1100001010010010010000111100001010010001110000101011010011000010100100011100001010100000110000101001001001000111 | c29243c291c2b4c291c2a0c29247 |
UHC | ?C?´???G | 001111110100001100111111101000101010010100111111001111110011111101000111 | 3f433fa2a53f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)