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 | テ催姪渉ウ^ | 110000111000110111000011100101101100001110001111110000101011001101011110 | c38dc396c38fc2b35e |
EUC-JP | テ催姪渉ウ^ | 1000111011000011101110101100010111001100110001011011111011000100100011101011001101011110 | 8ec3bac5ccc5bec48eb35e |
UTF-8 | テ催姪渉ウ^ | 11101111101111101000001111100101100000101010110011100101101001111010101011100110101110001000100111101111101111011011001101011110 | efbe83e582ace5a7aae6b889efbdb35e |
UHC | ?催姪??^ | 0011111111110101110010101111001011101011001111110011111101011110 | 3ff5caf2eb3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)