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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 害?D害?D^ | 100010100101000100111111010001001000101001010001001111110100010001011110 | 8a513f448a513f445e |
EUC-JP | 害?D害?D^ | 101100111011001000111111010001001011001110110010001111110100010001011110 | b3b23f44b3b23f445e |
UTF-8 | 害렪D害렪D^ | 111001011010111010110011111010111010000010101010010001001110010110101110101100111110101110100000101010100100010001011110 | e5aeb3eba0aa44e5aeb3eba0aa445e |
UHC | 害렪D害렪D^ | 1111101010101010100011101011100001000100111110101010101010001110101110000100010001011110 | faaa8eb844faaa8eb8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)