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 | 賃゚竈賃゚窖^ | 1001001011000000110111111110001001111101100100101100000011011111111000100111101101011110 | 92c0dfe27d92c0dfe27b5e |
EUC-JP | 賃゚竈賃゚窖^ | 11000100110000101000111011011111111000111101111011000100110000101000111011011111111000111101110001011110 | c4c28edfe3dec4c28edfe3dc5e |
UTF-8 | 賃゚竈賃゚窖^ | 11101000101100111000001111101111101111101001111111100111101010111000100011101000101100111000001111101111101111101001111111100111101010101001011001011110 | e8b383efbe9fe7ab88e8b383efbe9fe7aa965e |
UHC | 賃??賃??^ | 111011001111110000111111001111111110110011111100001111110011111101011110 | ecfc3f3fecfc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)