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 | 褥ν?逆?^ | 111001011111000110000011110010110011111110001011011101000011111101011110 | e5f183cb3f8b743f5e |
EUC-JP | 褥ν?逆?^ | 111010101111001110100110110011010011111110110101110101010011111101011110 | eaf3a6cd3fb5d53f5e |
UTF-8 | 褥ν쓼逆봢^ | 111010001010010010100101110011101011110111101100100100111011110011101001100000001000011011101011101101001010001001011110 | e8a4a5cebdec93bce98086ebb4a25e |
UHC | 褥ν쓼逆봢^ | 1110100110110011101001011110110110011101100101111110011010111101100101000110010101011110 | e9b3a5ed9d97e6bd94655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)