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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齎??迪 | 111001101101100000111111001111111110011110001100 | e6d83f3fe78c |
EUC-JP | 齎??迪 | 111011001101101000111111001111111110110111101100 | ecda3f3fedec |
UTF-8 | 齎쯔떰迪 | 111010011011110110001110111011001010111110010100111010111001011010110000111010001011111110101010 | e9bd8eecaf94eb96b0e8bfaa |
UHC | 齎쯔떰迪 | 1110111010110010110000101110101010110110101101101110111011101000 | eeb2c2eab6b6eee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)