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 | 慮’゚チ | 100101111011011010000001011001101101111111000001 | 97b68166dfc1 |
EUC-JP | 慮’゚チ | 1100111010111000101000011100011110001110110111111000111011000001 | ceb8a1c78edf8ec1 |
UTF-8 | 慮’゚チ | 111001101000010110101110111000101000000010011001111011111011111010011111111011111011111010000001 | e685aee28099efbe9fefbe81 |
UHC | 慮’?? | 110101011110011110100001101011110011111100111111 | d5e7a1af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)