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 | ?\???]?? | 0011111101011100001111110011111100111111010111010011111100111111 | 3f5c3f3f3f5d3f3f |
SJIS-WIN | ?\???]?? | 0011111101011100001111110011111100111111010111010011111100111111 | 3f5c3f3f3f5d3f3f |
EUC-JP | ?\???]?? | 0011111101011100001111110011111100111111010111010011111100111111 | 3f5c3f3f3f5d3f3f |
UTF-8 | 챔\혦챠혧]채혥 | 1110110010110001100101000101110011101101100110001010011011101100101100011010000011101101100110001010011101011101111011001011000110000100111011011001100010100101 | ecb1945ced98a6ecb1a0ed98a75decb184ed98a5 |
UHC | 챔\혦챠혧]채혥 | 1100001110101000010111001100001010001110110000111010110111000010100011110101110111000011101001001100001010001101 | c3a85cc28ec3adc28f5dc3a4c28d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)