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 | ?`???`??^ | 001111110110000000111111001111110011111101100000001111110011111101011110 | 3f603f3f3f603f3f5e |
SJIS-WIN | ?`???`??^ | 001111110110000000111111001111110011111101100000001111110011111101011110 | 3f603f3f3f603f3f5e |
EUC-JP | ?`???`??^ | 001111110110000000111111001111110011111101100000001111110011111101011110 | 3f603f3f3f603f3f5e |
UTF-8 | 혶`찼짧혶`찼짧^ | 111011011001100010110110011000001110110010110000101111001110110010100111101001111110110110011000101101100110000011101100101100001011110011101100101001111010011101011110 | ed98b660ecb0bceca7a7ed98b660ecb0bceca7a75e |
UHC | 혶`찼짧혶`찼짧^ | 110000101001110101100000110000111010000111000010101010101100001010011101011000001100001110100001110000101010101001011110 | c29d60c3a1c2aac29d60c3a1c2aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)