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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 止?運?吟?^ | 10001110011111100011111110001001010111100011111110001011111000010011111101011110 | 8e7e3f895e3f8be13f5e |
EUC-JP | 止?運?吟?^ | 10111011110111110011111110110001101111110011111110110110111000110011111101011110 | bbdf3fb1bf3fb6e33f5e |
UTF-8 | 止렣運렯吟렕^ | 11100110101011011010001011101011101000001010001111101001100000011000101111101011101000001010111111100101100100001001111111101011101000001001010101011110 | e6ada2eba0a3e9818beba0afe5909feba0955e |
UHC | 止렣運렯吟렕^ | 11110010101011011000111010110100111010101010000110001110101111001110101111100001100011101010101001011110 | f2ad8eb4eaa18ebcebe18eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)