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 | 鬯ゥ闍難ス | 1110100110101100101010011110100010001011100100111110111110111101 | e9aca9e88b93efbd |
EUC-JP | 鬯ゥ闍難ス | 11110010101011101000111010101001111011111110101111000110111100011000111010111101 | f2ae8ea9efebc6f18ebd |
UTF-8 | 鬯ゥ闍難ス | 111010011010110010101111111011111011110110101001111010011001011110001101111010011001101110100011111011111011110110111101 | e9acafefbda9e9978de99ba3efbdbd |
UHC | ???難? | 001111110011111100111111110100011111000100111111 | 3f3f3fd1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)