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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ч?? | 0011111110000100100010010011111100111111 | 3f84893f3f |
EUC-JP | ?ч?? | 0011111110100111111010010011111100111111 | 3fa7e93f3f |
UTF-8 | 吳ч쮲吳 | 1110010110010000101100111101000110000111111011001010111010110010111001011001000010110011 | e590b3d187ecaeb2e590b3 |
UHC | 吳ч쮲吳 | 1110011111101111101011001110100110101000100011111110011111101111 | e7eface9a88fe7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)