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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 첫짠첨짱^ | 11101100101100101010101111101100101001111010000011101100101100101010100011101100101001111011000101011110 | ecb2abeca7a0ecb2a8eca7b15e |
UHC | 첫짠첨짱^ | 110000111011100111000010101001111100001110110111110000101010111101011110 | c3b9c2a7c3b7c2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)