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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 止????春 | 1000111001111110001111110011111100111111001111111000111101110100 | 8e7e3f3f3f3f8f74 |
EUC-JP | 止????春 | 1011101111011111001111110011111100111111001111111011110111010101 | bbdf3f3f3f3fbdd5 |
UTF-8 | 止렍理멩뤋春 | 111001101010110110100010111010111010000010001101111011111010011110100100111010111010100110101001111010111010010010001011111001101001100010100101 | e6ada2eba08defa7a4eba9a9eba48be698a5 |
UHC | 止렍理멩뤋春 | 111100101010110110001110101000111110110010110101101110001110011010001111101110111111010111110000 | f2ad8ea3ecb5b8e68fbbf5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)