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 | 챔\혧챠혧]채철 | 1110110010110001100101000101110011101101100110001010011111101100101100011010000011101101100110001010011101011101111011001011000110000100111011001011001010100000 | ecb1945ced98a7ecb1a0ed98a75decb184ecb2a0 |
UHC | 챔\혧챠혧]채철 | 1100001110101000010111001100001010001111110000111010110111000010100011110101110111000011101001001100001110110110 | c3a85cc28fc3adc28f5dc3a4c3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)