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 | 鬥エ雍難ス | 1110100110100110101101001110100010110100100100111110111110111101 | e9a6b4e8b493efbd |
EUC-JP | 鬥エ雍難ス | 11110010101010001000111010110100111100001011011011000110111100011000111010111101 | f2a88eb4f0b6c6f18ebd |
UTF-8 | 鬥エ雍難ス | 111010011010110010100101111011111011110110110100111010011001101110001101111010011001101110100011111011111011110110111101 | e9aca5efbdb4e99b8de99ba3efbdbd |
UHC | ??雍難? | 00111111001111111110100010111100110100011111000100111111 | 3f3fe8bcd1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)