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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 害?劾 | 1000101001010001001111111000101001001110 | 8a513f8a4e |
EUC-JP | 害?劾 | 1011001110110010001111111011001110101111 | b3b23fb3af |
UTF-8 | 害렟劾 | 111001011010111010110011111010111010000010011111111001011000101010111110 | e5aeb3eba09fe58abe |
UHC | 害렟劾 | 111110101010101010001110101100001111101010110110 | faaa8eb0fab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)