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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??豫?庇^ | 0011111100111111100110001010110000111111100101001101110101011110 | 3f3f98ac3f94dd5e |
EUC-JP | ??豫?庇^ | 0011111100111111110100001010111000111111110010001101111101011110 | 3f3fd0ae3fc8df5e |
UTF-8 | 媤뤯豫툘庇^ | 11100101101010101010010011101011101001001010111111101000101100011010101111101101100010001001100011100101101110101000011101011110 | e5aaa4eba4afe8b1abed8898e5ba875e |
UHC | 媤뤯豫툘庇^ | 1110001110111000100011111101110111100111111000111011100010001111110111011110011101011110 | e3b88fdde7e3b88fdde75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)