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 | 欲??艤 | 100101110111111000111111001111111110010001111110 | 977e3f3fe47e |
EUC-JP | 欲?ŀ艤 | 1100110111011111001111111000111110101001110010011110011111011111 | cddf3f8fa9c9e7df |
UTF-8 | 欲뀀ŀ艤 | 1110011010101100101100101110101110000000100000001100010110000000111010001000100110100100 | e6acb2eb8080c580e889a4 |
UHC | 欲뀀ŀ艤 | 1110100110110000101100101110101110101001101010001110101111111010 | e9b0b2eba9a8ebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)