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 | CC´K | 1001001001000011100100100100001110010001101101001001001001001011 | 9243924391b4924b |
SJIS-WIN | ?C?C?´?K | 001111110100001100111111010000110011111110000001010011000011111101001011 | 3f433f433f814c3f4b |
EUC-JP | ?C?C?´?K | 001111110100001100111111010000110011111110100001101011010011111101001011 | 3f433f433fa1ad3f4b |
UTF-8 | CC´K | 11000010100100100100001111000010100100100100001111000010100100011100001010110100110000101001001001001011 | c29243c29243c291c2b4c2924b |
UHC | ?C?C?´?K | 001111110100001100111111010000110011111110100010101001010011111101001011 | 3f433f433fa2a53f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)