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£DC£D^ | 1001001001000011100100011010001101000100100100100100001110010001101000110100010001011110 | 924391a344924391a3445e |
SJIS-WIN | ?C?£D?C?£D^ | 00111111010000110011111110000001100100100100010000111111010000110011111110000001100100100100010001011110 | 3f433f8192443f433f8192445e |
EUC-JP | ?C?£D?C?£D^ | 00111111010000110011111110100001111100100100010000111111010000110011111110100001111100100100010001011110 | 3f433fa1f2443f433fa1f2445e |
UTF-8 | C£DC£D^ | 1100001010010010010000111100001010010001110000101010001101000100110000101001001001000011110000101001000111000010101000110100010001011110 | c29243c291c2a344c29243c291c2a3445e |
UHC | ?C??D?C??D^ | 0011111101000011001111110011111101000100001111110100001100111111001111110100010001011110 | 3f433f3f443f433f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)