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 | CKC²@Q | 100100100100001110010010010010111001001001000011100100011011001010010010010000001001001001010001 | 9243924b924391b292409251 |
SJIS-WIN | ?C?K?C???@?Q | 001111110100001100111111010010110011111101000011001111110011111100111111010000000011111101010001 | 3f433f4b3f433f3f3f403f51 |
EUC-JP | ?C?K?C???@?Q | 001111110100001100111111010010110011111101000011001111110011111100111111010000000011111101010001 | 3f433f4b3f433f3f3f403f51 |
UTF-8 | CKC²@Q | 11000010100100100100001111000010100100100100101111000010100100100100001111000010100100011100001010110010110000101001001001000000110000101001001001010001 | c29243c2924bc29243c291c2b2c29240c29251 |
UHC | ?C?K?C?²?@?Q | 00111111010000110011111101001011001111110100001100111111101010011111011100111111010000000011111101010001 | 3f433f4b3f433fa9f73f403f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)