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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鮨カ萓匁芦^ | 11101001101111011011011011100100101111101001011011100110100010001011000001011110 | e9bdb6e4be96e688b05e |
EUC-JP | 鮨カ萓匁芦^ | 1111001010111111100011101011011011101000110000001100110011101000101100001011001001011110 | f2bf8eb6e8c0cce8b0b25e |
UTF-8 | 鮨カ萓匁芦^ | 11101001101011101010100011101111101111011011011011101000100100001001001111100101100011001000000111101000100010101010011001011110 | e9aea8efbdb6e89093e58c81e88aa65e |
UHC | ????芦^ | 00111111001111110011111100111111111110111101100001011110 | 3f3f3f3ffbd85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)