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 | ???gB | 0011111100111111001111110110011101000010 | 3f3f3f6742 |
SJIS-WIN | ?щ?gB | 001111111000010010001011001111110110011101000010 | 3f848b3f6742 |
EUC-JP | ?щ?gB | 001111111010011111101011001111110110011101000010 | 3fa7eb3f6742 |
UTF-8 | 吳щ젿gB | 11100101100100001011001111010001100010011110110010100000101111110110011101000010 | e590b3d189eca0bf6742 |
UHC | 吳щ젿gB | 1110011111101111101011001110101110100000101100010110011101000010 | e7efaceba0b16742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)