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 | ?????L | 001111110011111100111111001111110011111101001100 | 3f3f3f3f3f4c |
SJIS-WIN | 軏乞ぐ釵ィL | 11111011101100101000110011101110100000101010111011100111110111101010100001001100 | fbb28cee82aee7dea84c |
EUC-JP | 軏乞ぐ釵ィL | 100011111110000011011001101110001111000010100100101100001110111011100000100011101010100001001100 | 8fe0d9b8f0a4b0eee08ea84c |
UTF-8 | 軏乞ぐ釵ィL | 11101000101110111000111111100100101110011001111011100011100000011001000011101001100001111011010111101111101111011010100001001100 | e8bb8fe4b99ee38190e987b5efbda84c |
UHC | ?乞ぐ釵?L | 001111111100101111110111101010101011000011110011111110110011111101001100 | 3fcbf7aab0f3fb3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)