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 | 0011111100111111001111110011111101100010 | 3f3f3f3f62 |
SJIS-WIN | 瀞?珥?b | 10010011110100100011111111100000111000000011111101100010 | 93d23fe0e03f62 |
EUC-JP | 瀞?珥?b | 11000110110101000011111111100000111000100011111101100010 | c6d43fe0e23f62 |
UTF-8 | 瀞렕珥렮b | 11100111100000001001111011101011101000001001010111100111100011111010010111101011101000001010111001100010 | e7809eeba095e78fa5eba0ae62 |
UHC | 瀞렕珥렮b | 111011111110011110001110101010101110110010110100100011101011101101100010 | efe78eaaecb48ebb62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)