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 | 奚Ⅸ}奚Ⅸ{^ | 1001101011110110100001110101110001111101100110101111011010000111010111000111101101011110 | 9af6875c7d9af6875c7b5e |
EUC-JP | 奚?}奚?{^ | 110101001111100000111111011111011101010011111000001111110111101101011110 | d4f83f7dd4f83f7b5e |
UTF-8 | 奚Ⅸ}奚Ⅸ{^ | 111001011010010110011010111000101000010110101000011111011110010110100101100110101110001010000101101010000111101101011110 | e5a59ae285a87de5a59ae285a87b5e |
UHC | 奚Ⅸ}奚Ⅸ{^ | 1111101010101000101001011011100001111101111110101010100010100101101110000111101101011110 | faa8a5b87dfaa8a5b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)