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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 遲ー鄒イ^ | 11100111101011011011000011100111101111101011001001011110 | e7adb0e7beb25e |
EUC-JP | 遲ー鄒イ^ | 111011101010111110001110101100001110111011000000100011101011001001011110 | eeaf8eb0eec08eb25e |
UTF-8 | 遲ー鄒イ^ | 11101001100000011011001011101111101111011011000011101001100001001001001011101111101111011011001001011110 | e981b2efbdb0e98492efbdb25e |
UHC | 遲?鄒?^ | 11110010110000000011111111110101110110110011111101011110 | f2c03ff5db3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)