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 | 苣¥蹴鐓 | 1110010010010000100000011000111110001111010100101110100001011101 | e490818f8f52e85d |
EUC-JP | 苣¥蹴鐓 | 1110011111110000101000011110111110111101101100111110111110111110 | e7f0a1efbdb3efbe |
UTF-8 | 苣¥蹴鐓 | 111010001000101110100011111011111011111110100101111010001011100110110100111010011001000010010011 | e88ba3efbfa5e8b9b4e99093 |
UHC | ?¥蹴? | 001111111010000111001101111101011110110100111111 | 3fa1cdf5ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)