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 | 待?}待?{^ | 100100011101001000111111011111011001000111010010001111110111101101011110 | 91d23f7d91d23f7b5e |
EUC-JP | 待?}待?{^ | 110000101101010000111111011111011100001011010100001111110111101101011110 | c2d43f7dc2d43f7b5e |
UTF-8 | 待균}待균{^ | 111001011011111010000101111010101011011110100000011111011110010110111110100001011110101010110111101000000111101101011110 | e5be85eab7a07de5be85eab7a07b5e |
UHC | 待균}待균{^ | 1101001111100010101100011101010101111101110100111110001010110001110101010111101101011110 | d3e2b1d57dd3e2b1d57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)