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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 莠ィ繧一謗B | 11100100101110101010100011100011100000101000100011101010111001101000111001000010 | e4baa8e38288eae68e42 |
EUC-JP | 莠ィ繧一謗B | 1110100010111100100011101010100011100101111000101011000011101100111010111110111001000010 | e8bc8ea8e5e2b0ecebee42 |
UTF-8 | 莠ィ繧一謗B | 11101000100011101010000011101111101111011010100011100111101110011010011111100100101110001000000011101000101011001001011101000010 | e88ea0efbda8e7b9a7e4b880e8ac9742 |
UHC | ???一謗B | 0011111100111111001111111110110011101001110110111011111101000010 | 3f3f3fece9dbbf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)