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 | シト爵竺 | 101111001100010010001110110111011000111010110001 | bcc48edd8eb1 |
EUC-JP | シト爵竺 | 1000111010111100100011101100010010111100110111111011110010110011 | 8ebc8ec4bcdfbcb3 |
UTF-8 | シト爵竺 | 111011111011110110111100111011111011111010000100111001111000100010110101111001111010101110111010 | efbdbcefbe84e788b5e7abba |
UHC | ??爵竺 | 001111110011111111101101110010011111010111100111 | 3f3fedc9f5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)