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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鈕ス謔滉敎B | 11100111111001001011110111100110100000101001111111100100111110101100110101000010 | e7e4bde6829fe4facd42 |
EUC-JP | 鈕ス謔滉?B | 11101110111001101000111010111101111010111110001011011110111001100011111101000010 | eee68ebdebe2dee63f42 |
UTF-8 | 鈕ス謔滉敎B | 11101001100010001001010111101111101111011011110111101000101011001001010011100110101110111000100111100110100101011000111001000010 | e98895efbdbde8ac94e6bb89e6958e42 |
UHC | ??謔滉敎B | 001111110011111111111001110011001111110011010001110011101110011101000010 | 3f3ff9ccfcd1cee742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)