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 | ?????G?? | 0011111100111111001111110011111100111111010001110011111100111111 | 3f3f3f3f3f473f3f |
SJIS-WIN | ?????G?? | 0011111100111111001111110011111100111111010001110011111100111111 | 3f3f3f3f3f473f3f |
EUC-JP | ?????G?? | 0011111100111111001111110011111100111111010001110011111100111111 | 3f3f3f3f3f473f3f |
UTF-8 | 혨체혣혧혧G혯짬 | 11101101100110001010100011101100101100101011010011101101100110001010001111101101100110001010011111101101100110001010011101000111111011011001100010101111111011001010011110101100 | ed98a8ecb2b4ed98a3ed98a7ed98a747ed98afeca7ac |
UHC | 혨체혣혧혧G혯짬 | 110000101001000011000011101111001100001010001100110000101000111111000010100011110100011111000010100101101100001010101011 | c290c3bcc28cc28fc28f47c296c2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)