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 | ?????s?? | 0011111100111111001111110011111100111111011100110011111100111111 | 3f3f3f3f3f733f3f |
SJIS-WIN | ?????s?? | 0011111100111111001111110011111100111111011100110011111100111111 | 3f3f3f3f3f733f3f |
EUC-JP | ?????s?? | 0011111100111111001111110011111100111111011100110011111100111111 | 3f3f3f3f3f733f3f |
UTF-8 | 횪짖혗혚혝s횪짖 | 11101101100110101010101011101100101001111001011011101101100110001001011111101101100110001001101011101101100110001001110101110011111011011001101010101010111011001010011110010110 | ed9aaaeca796ed9897ed989aed989d73ed9aaaeca796 |
UHC | 횪짖혗혚혝s횪짖 | 110000111010000011000010101000101100001010000010110000101000010111000010100001110111001111000011101000001100001010100010 | c3a0c2a2c282c285c28773c3a0c2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)