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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?社}?社{^ | 001111111000111011010000011111010011111110001110110100000111101101011110 | 3f8ed07d3f8ed07b5e |
EUC-JP | 瀷社}瀷社{^ | 10001111110010011011010010111100110100100111110110001111110010011011010010111100110100100111101101011110 | 8fc9b4bcd27d8fc9b4bcd27b5e |
UTF-8 | 瀷社}瀷社{^ | 111001111000000010110111111001111010010010111110011111011110011110000000101101111110011110100100101111100111101101011110 | e780b7e7a4be7de780b7e7a4be7b5e |
UHC | 瀷社}瀷社{^ | 1110110011001011110111101110010001111101111011001100101111011110111001000111101101011110 | eccbdee47deccbdee47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)