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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 횕창횓챗책횊^ | 11101101100110101001010111101100101100001011110111101101100110101001001111101100101100011001011111101100101100011000010111101101100110101000101001011110 | ed9a95ecb0bded9a93ecb197ecb185ed9a8a5e |
UHC | 횕창횓챗책횊^ | 11000011100011111100001110100010110000111000111011000011101010101100001110100101110000111000100001011110 | c38fc3a2c38ec3aac3a5c3885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)