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 | ??}??}?? | 0011111100111111011111010011111100111111011111010011111100111111 | 3f3f7d3f3f7d3f3f |
SJIS-WIN | ??}??}?? | 0011111100111111011111010011111100111111011111010011111100111111 | 3f3f7d3f3f7d3f3f |
EUC-JP | ??}??}?? | 0011111100111111011111010011111100111111011111010011111100111111 | 3f3f7d3f3f7d3f3f |
UTF-8 | 챕쩔}챕쩔}횏횑 | 1110110010110001100101011110110010101001100101000111110111101100101100011001010111101100101010011001010001111101111011011001101010001111111011011001101010010001 | ecb195eca9947decb195eca9947ded9a8fed9a91 |
UHC | 챕쩔}챕쩔}횏횑 | 1100001110101001110000101011111101111101110000111010100111000010101111110111110111000011100010111100001110001100 | c3a9c2bf7dc3a9c2bf7dc38bc38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)