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 | ?????O?? | 0011111100111111001111110011111100111111010011110011111100111111 | 3f3f3f3f3f4f3f3f |
SJIS-WIN | ?????O?? | 0011111100111111001111110011111100111111010011110011111100111111 | 3f3f3f3f3f4f3f3f |
EUC-JP | ?????O?? | 0011111100111111001111110011111100111111010011110011111100111111 | 3f3f3f3f3f4f3f3f |
UTF-8 | 챌짚혖혚혡O창챤 | 11101100101100011000110011101100101001111001101011101101100110001001011011101101100110001001101011101101100110001010000101001111111011001011000010111101111011001011000110100100 | ecb18ceca79aed9896ed989aed98a14fecb0bdecb1a4 |
UHC | 챌짚혖혚혡O창챤 | 110000111010011111000010101001001100001010000001110000101000010111000010100010100100111111000011101000101100001110101110 | c3a7c2a4c281c285c28a4fc3a2c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)