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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 竊??\ | 1110001010000110001111110011111101011100 | e2863f3f5c |
EUC-JP | 竊??\ | 1110001111100110001111110011111101011100 | e3e63f3f5c |
UTF-8 | 竊됤뼯\ | 11100111101010111000101011101011100100001010010011101011101111001010111101011100 | e7ab8aeb90a4ebbcaf5c |
UHC | 竊됤뼯\ | 11101111101111001000100111100010100101101011001001011100 | efbc89e296b25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)