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 | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
SJIS-WIN | 竊??Q | 1110001010000110001111110011111101010001 | e2863f3f51 |
EUC-JP | 竊??Q | 1110001111100110001111110011111101010001 | e3e63f3f51 |
UTF-8 | 竊쇄뾿Q | 11100111101010111000101011101100100001111000010011101011101111101011111101010001 | e7ab8aec8784ebbebf51 |
UHC | 竊쇄뾿Q | 11101111101111001011110011100010100101111000011101010001 | efbcbce2978751 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)