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 | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
EUC-JP | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
UTF-8 | 셍롙렡셔섈G | 11101100100001011000110111101011101000011001100111101011101000001010000111101100100001011001010011101100100001001000100001000111 | ec858deba199eba0a1ec8594ec848847 |
UHC | 셍롙렡셔섈G | 1011110011000100100011101101110110001110101100101011110011000101101111001010101001000111 | bcc48edd8eb2bcc5bcaa47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)