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 | 笹常}笹常{^ | 1000110111111001100011111110110101111101100011011111100110001111111011010111101101011110 | 8df98fed7d8df98fed7b5e |
EUC-JP | 笹常}笹常{^ | 1011101011111011101111101110111101111101101110101111101110111110111011110111101101011110 | bafbbeef7dbafbbeef7b5e |
UTF-8 | 笹常}笹常{^ | 111001111010110010111001111001011011100010111000011111011110011110101100101110011110010110111000101110000111101101011110 | e7acb9e5b8b87de7acb9e5b8b87b5e |
UHC | 笹常}笹常{^ | 1110000110101011110111111100100001111101111000011010101111011111110010000111101101011110 | e1abdfc87de1abdfc87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)