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 | ?????X?? | 0011111100111111001111110011111100111111010110000011111100111111 | 3f3f3f3f3f583f3f |
SJIS-WIN | ?????X?? | 0011111100111111001111110011111100111111010110000011111100111111 | 3f3f3f3f3f583f3f |
EUC-JP | ?????X?? | 0011111100111111001111110011111100111111010110000011111100111111 | 3f3f3f3f3f583f3f |
UTF-8 | 창쨔혡챠혧X챌쨘 | 11101100101100001011110111101100101010001001010011101101100110001010000111101100101100011010000011101101100110001010011101011000111011001011000110001100111011001010100010011000 | ecb0bdeca894ed98a1ecb1a0ed98a758ecb18ceca898 |
UHC | 창쨔혡챠혧X챌쨘 | 110000111010001011000010101110011100001010001010110000111010110111000010100011110101100011000011101001111100001010111010 | c3a2c2b9c28ac3adc28f58c3a7c2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)