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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 啼???迪 | 10011010011001010011111100111111001111111110011110001100 | 9a653f3f3fe78c |
EUC-JP | 啼???迪 | 11010011110001100011111100111111001111111110110111101100 | d3c63f3f3fedec |
UTF-8 | 啼멸렕렎迪 | 111001011001010110111100111010111010100110111000111010111010000010010101111010111010000010001110111010001011111110101010 | e595bceba9b8eba095eba08ee8bfaa |
UHC | 啼멸렕렎迪 | 11110000101001101011100011101010100011101010101010001110101001001110111011101000 | f0a6b8ea8eaa8ea4eee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)