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 | 闃ッ}闃ッ{^ | 111010001000101010101111011111011110100010001010101011110111101101011110 | e88aaf7de88aaf7b5e |
EUC-JP | 闃ッ}闃ッ{^ | 1110111111101010100011101010111101111101111011111110101010001110101011110111101101011110 | efea8eaf7defea8eaf7b5e |
UTF-8 | 闃ッ}闃ッ{^ | 111010011001011110000011111011111011110110101111011111011110100110010111100000111110111110111101101011110111101101011110 | e99783efbdaf7de99783efbdaf7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)