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 | 迪?齎? | 111001111000110000111111111001101101100000111111 | e78c3fe6d83f |
EUC-JP | 迪?齎? | 111011011110110000111111111011001101101000111111 | edec3fecda3f |
UTF-8 | 迪렫齎렲 | 111010001011111110101010111010111010000010101011111010011011110110001110111010111010000010110010 | e8bfaaeba0abe9bd8eeba0b2 |
UHC | 迪렫齎렲 | 1110111011101000100011101011100111101110101100101000111010111111 | eee88eb9eeb28ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)