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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?匿?亨 | 001111111001001110111101001111111000101110011100 | 3f93bd3f8b9c |
EUC-JP | ?匿?亨 | 001111111100011010111111001111111011010111111100 | 3fc6bf3fb5fc |
UTF-8 | 뤦匿뤚亨 | 111010111010010010100110111001011000110010111111111010111010010010011010111001001011101010101000 | eba4a6e58cbfeba49ae4baa8 |
UHC | 뤦匿뤚亨 | 1000111111010100110100101111101110001111110010011111101011111011 | 8fd4d2fb8fc9fafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)