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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?匿?] | 0011111110010011101111010011111101011101 | 3f93bd3f5d |
EUC-JP | ?匿?] | 0011111111000110101111110011111101011101 | 3fc6bf3f5d |
UTF-8 | 뤦匿형] | 11101011101001001010011011100101100011001011111111101101100110001001010101011101 | eba4a6e58cbfed98955d |
UHC | 뤦匿형] | 10001111110101001101001011111011110001111111110001011101 | 8fd4d2fbc7fc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)