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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
EUC-JP | ???絪?E | 0011111100111111001111111000111111010011111011000011111101000101 | 3f3f3f8fd3ec3f45 |
UTF-8 | 吳됰뜂絪쿝E | 11100101100100001011001111101011100100001011000011101011100111001000001011100111101101011010101011101100101111111001110101000101 | e590b3eb90b0eb9c82e7b5aaecbf9d45 |
UHC | 吳됰뜂絪쿝E | 1110011111101111100010011110101110001101100001101110110011011111101100110101001001000101 | e7ef89eb8d86ecdfb35245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)