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 | CB¨G¢ | 10010010010000111001001001000010100100011010100010010010010001111001000110100010 | 9243924291a8924791a2 |
SJIS-WIN | ?C?B?¨?G?¢ | 001111110100001100111111010000100011111110000001010011100011111101000111001111111000000110010001 | 3f433f423f814e3f473f8191 |
EUC-JP | ?C?B?¨?G?¢ | 001111110100001100111111010000100011111110100001101011110011111101000111001111111010000111110001 | 3f433f423fa1af3f473fa1f1 |
UTF-8 | CB¨G¢ | 1100001010010010010000111100001010010010010000101100001010010001110000101010100011000010100100100100011111000010100100011100001010100010 | c29243c29242c291c2a8c29247c291c2a2 |
UHC | ?C?B?¨?G?? | 0011111101000011001111110100001000111111101000011010011100111111010001110011111100111111 | 3f433f423fa1a73f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)