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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 惹х? | 1000111011100100100001001000011100111111 | 8ee484873f |
EUC-JP | 惹х? | 1011110011100110101001111110011100111111 | bce6a7e73f |
UTF-8 | 惹х썮 | 1110011010000011101110011101000110000101111011001000110110101110 | e683b9d185ec8dae |
UHC | 惹х썮 | 111001011010100110101100111001111001101110011110 | e5a9ace79b9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)