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 | 爵室治 | 100011101101110110001110101110101000111010100001 | 8edd8eba8ea1 |
EUC-JP | 爵室治 | 101111001101111110111100101111001011110010100011 | bcdfbcbcbca3 |
UTF-8 | 爵室治 | 111001111000100010110101111001011010111010100100111001101011001010111011 | e788b5e5aea4e6b2bb |
UHC | 爵室治 | 111011011100100111100011111110001111011010111101 | edc9e3f8f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)