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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鋺ゥ莠・錏、B | 11100111111110101010100111100100101110101010010111100111111110011010010001000010 | e7faa9e4baa5e7f9a442 |
EUC-JP | 鋺ゥ莠・錏、B | 11101110111111001000111010101001111010001011110010001110101001011110111011111011100011101010010001000010 | eefc8ea9e8bc8ea5eefb8ea442 |
UTF-8 | 鋺ゥ莠・錏、B | 11101001100010111011101011101111101111011010100111101000100011101010000011101111101111011010010111101001100011001000111111101111101111011010010001000010 | e98bbaefbda9e88ea0efbda5e98c8fefbda442 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)