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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | ?щ?r{d | 00111111100001001000101100111111011100100111101101100100 | 3f848b3f727b64 |
EUC-JP | ?щ?r{d | 00111111101001111110101100111111011100100111101101100100 | 3fa7eb3f727b64 |
UTF-8 | 吳щ젿r{d | 1110010110010000101100111101000110001001111011001010000010111111011100100111101101100100 | e590b3d189eca0bf727b64 |
UHC | 吳щ젿r{d | 111001111110111110101100111010111010000010110001011100100111101101100100 | e7efaceba0b1727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)