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¤K | 100100100100001110010001101001001001001001001011 | 924391a4924b |
SJIS-WIN | ?C???K | 001111110100001100111111001111110011111101001011 | 3f433f3f3f4b |
EUC-JP | ?C?¤?K | 0011111101000011001111111000111110100010111100000011111101001011 | 3f433f8fa2f03f4b |
UTF-8 | C¤K | 11000010100100100100001111000010100100011100001010100100110000101001001001001011 | c29243c291c2a4c2924b |
UHC | ?C?¤?K | 00111111010000110011111110100010101101000011111101001011 | 3f433fa2b43f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)