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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????ч? | 00111111001111110011111100111111100001001000100100111111 | 3f3f3f3f84893f |
EUC-JP | ????ч? | 00111111001111110011111100111111101001111110100100111111 | 3f3f3f3fa7e93f |
UTF-8 | 緣끻뮃吳ч꽇 | 1110011110110111101000111110101110000001101110111110101110101110100000111110010110010000101100111101000110000111111010101011110110000111 | e7b7a3eb81bbebae83e590b3d187eabd87 |
UHC | 緣끻뮃吳ч꽇 | 111001101101111010000101111001011001001010010010111001111110111110101100111010011000010010011001 | e6de85e59292e7eface98499 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)