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 | 釵後Ν粤 | 1110011111011110100011001110001110000011101010111110001011100011 | e7de8ce383abe2e3 |
EUC-JP | 釵後Ν粤 | 1110111011100000101110001110010110100110101011011110010011100101 | eee0b8e5a6ade4e5 |
UTF-8 | 釵後Ν粤 | 1110100110000111101101011110010110111110100011001100111010011101111001111011001010100100 | e987b5e5be8cce9de7b2a4 |
UHC | 釵後Ν? | 11110011111110111111110110101101101001011100110100111111 | f3fbfdada5cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)