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 | 勉鯊}勉鯊{^ | 1001010111010111111010011100000001111101100101011101011111101001110000000111101101011110 | 95d7e9c07d95d7e9c07b5e |
EUC-JP | 勉鯊}勉鯊{^ | 1100101011011001111100101100001001111101110010101101100111110010110000100111101101011110 | cad9f2c27dcad9f2c27b5e |
UTF-8 | 勉鯊}勉鯊{^ | 111001011000101110001001111010011010111110001010011111011110010110001011100010011110100110101111100010100111101101011110 | e58b89e9af8a7de58b89e9af8a7b5e |
UHC | 勉?}勉?{^ | 110110001111010100111111011111011101100011110101001111110111101101011110 | d8f53f7dd8f53f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)