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 | 檳楡}檳楡{^ | 1001111101000110100111101011111001111101100111110100011010011110101111100111101101011110 | 9f469ebe7d9f469ebe7b5e |
EUC-JP | 檳楡}檳楡{^ | 1101110110100111110111001100000001111101110111011010011111011100110000000111101101011110 | dda7dcc07ddda7dcc07b5e |
UTF-8 | 檳楡}檳楡{^ | 111001101010101010110011111001101010010110100001011111011110011010101010101100111110011010100101101000010111101101011110 | e6aab3e6a5a17de6aab3e6a5a17b5e |
UHC | 檳楡}檳楡{^ | 1101111010110001111010101111100001111101110111101011000111101010111110000111101101011110 | deb1eaf87ddeb1eaf87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)