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 | 亥Ⅸ}亥Ⅸ{^ | 1000100011100101100001110101110001111101100010001110010110000111010111000111101101011110 | 88e5875c7d88e5875c7b5e |
EUC-JP | 亥?}亥?{^ | 101100001110011100111111011111011011000011100111001111110111101101011110 | b0e73f7db0e73f7b5e |
UTF-8 | 亥Ⅸ}亥Ⅸ{^ | 111001001011101010100101111000101000010110101000011111011110010010111010101001011110001010000101101010000111101101011110 | e4baa5e285a87de4baa5e285a87b5e |
UHC | 亥Ⅸ}亥Ⅸ{^ | 1111101010100100101001011011100001111101111110101010010010100101101110000111101101011110 | faa4a5b87dfaa4a5b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)