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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ?審そ}B | 00111111100100000101001010000010101110110111110101000010 | 3f905282bb7d42 |
EUC-JP | ?審そ}B | 00111111101111111011001110100100101111010111110101000010 | 3fbfb3a4bd7d42 |
UTF-8 | 얇審そ}B | 1110110010010110100001111110010110101111101010011110001110000001100111010111110101000010 | ec9687e5afa9e3819d7d42 |
UHC | 얇審そ}B | 1011111011100011111000111111101110101010101111010111110101000010 | bee3e3fbaabd7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)